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

Johannes Ernst johannes.ernst at gmail.com
Sun Feb 7 20:41:32 UTC 2016


That was quick. Thank you!

> On Feb 7, 2016, at 2:59, Allan McRae <allan at archlinux.org> wrote:
> 
> 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