index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2016-02-07 20:59:09 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-02-20 14:01:53 +1000 |
commit | 0fa695d0e3862bf343804892c51d3793dd90be60 (patch) | |
tree | 3d9c9622a20e0f0a6899dda0bd6ace587d7a6a4a /scripts/repo-add.sh.in | |
parent | 50a2db4834906d83651c9e3cd4392adade6b6855 (diff) |
-rw-r--r-- | scripts/repo-add.sh.in | 2 |
diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in index 7680d315..cab5e048 100644 --- a/scripts/repo-add.sh.in +++ b/scripts/repo-add.sh.in @@ -547,8 +547,8 @@ prepare_repo_db() { # TODO: remove if statement if [[ $repo == "db" ]]; then error "$(gettext "Repository file '%s' was not found.")" "$dbfile" + exit 1 fi - exit 1 ;; repo-add) # check if the file can be created (write permission, directory existence, etc) |