diff options
author | Dan McGee <dan@archlinux.org> | 2011-06-27 15:08:14 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-27 15:08:14 -0500 |
commit | 97e1dd9318389cf9424d06b78f5b9f5b9d452f7d (patch) | |
tree | b85784c9a93fb537ea5bfbec379de4fa6305b319 /scripts | |
parent | 09c803783d0b5e2403bff46af929875701d3791f (diff) | |
download | pacman-97e1dd9318389cf9424d06b78f5b9f5b9d452f7d.tar.xz |
repo-add: remove extra exit call
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/repo-add.sh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index 81c54b81..17b32aab 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -404,7 +404,6 @@ elephant() { "SsjFAQAA" ;; esac | openssl base64 -d | gzip -d - exit 0 } check_repo_db() { |