From 647b9ea6d9e7ff084d3c59c1005aac2670bd469f Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 16 Jul 2012 00:01:35 +1000 Subject: contrib/updpkgsums: Fix error message Signed-off-by: Allan McRae Signed-off-by: Dan McGee --- contrib/updpkgsums.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/updpkgsums.sh.in b/contrib/updpkgsums.sh.in index 38c82810..33e04d9c 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 -- cgit v1.2.3