[pacman-dev] [PATCH] contrib/updpkgsums: Fix error message
Allan McRae
allan at archlinux.org
Sun Jul 15 10:02:21 EDT 2012
Signed-off-by: Allan McRae <allan at archlinux.org>
---
contrib/updpkgsums.sh.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/updpkgsums.sh.in b/contrib/updpkgsums.sh.in
index 38c8281..33e04d9 100755
--- a/contrib/updpkgsums.sh.in
+++ b/contrib/updpkgsums.sh.in
@@ -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
--
1.7.11.2
More information about the pacman-dev
mailing list