Signed-off-by: Allan McRae <[email protected]>
---
 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


Reply via email to