diff options
author | Gustavo Chain <g@0xff.cl> | 2008-01-05 15:35:30 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-05 16:44:43 -0600 |
commit | 728b601f7b6df40b77bc5a4fc2dee5c1b1162fc4 (patch) | |
tree | d1d517573ffab15fb0f41e80a9be7458ed122931 /scripts/updatesync.sh.in | |
parent | f35a5cf174ff6bc264cbd44110e9d595acc87947 (diff) | |
download | pacman-728b601f7b6df40b77bc5a4fc2dee5c1b1162fc4.tar.xz |
scripts: extra exit() calls in usage() function
Remove the exit() calls from usage as they should be handled by the caller.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/updatesync.sh.in')
-rw-r--r-- | scripts/updatesync.sh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/updatesync.sh.in b/scripts/updatesync.sh.in index 0cf18c7c..2e47ac94 100644 --- a/scripts/updatesync.sh.in +++ b/scripts/updatesync.sh.in @@ -43,7 +43,6 @@ directory and then compresses it to <destfile>.\n\n")" updatesync will calculate md5sums of packages in the same directory as\n\ <destfile>, unless an alternate [package_directory] is specified.\n\n")" echo "$(gettext "Example: updatesync upd /home/mypkgs/custom.db.tar.gz PKGBUILD")" - exit 0 } version() { |