index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archco.in | 5 |
@@ -1,5 +1,7 @@ #!/bin/bash +m4_include(lib/common.sh) + scriptname=${0##*/} if [ "$1" = '' ]; then @@ -13,8 +15,7 @@ case $scriptname in communityco) SVNURL="svn+ssh://aur.archlinux.org/srv/svn-packages";; *) - echo "error: couldn't find svn url for $scriptname" - exit 1 + die "error: couldn't find svn url for $scriptname" ;; esac |