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:
Allan McRae 2012-07-16 00:01:35 +10:00 committed by Dan McGee
parent eb25a18571
commit 647b9ea6d9
1 changed files with 1 additions and 1 deletions

View File

@ -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