mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
contrib/updpkgsums: Fix error message
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
eb25a18571
commit
647b9ea6d9
@ -43,7 +43,7 @@ esac
|
||||
|
||||
buildfile=${1:-PKGBUILD}
|
||||
if [[ ! -f $buildfile ]]; then
|
||||
printf '==> ERROR: %s not found or is not a file: %s\n' "$buildfile"
|
||||
printf '==> ERROR: %s not found or is not a file\n' "$buildfile"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user