[pacman-dev] [PATCH] repo-remove: fix checking for non-existent .db database

Allan McRae allan at archlinux.org
Sun Feb 7 10:59:44 UTC 2016


Signed-off-by: Allan McRae <allan at archlinux.org>
---
 scripts/repo-add.sh.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/repo-add.sh.in b/scripts/repo-add.sh.in
index 7680d31..cab5e04 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)
-- 
2.7.0


More information about the pacman-dev mailing list