[pacman-dev] [PATCH] contrib/updpkgsums: Fix error message
15 Jul
2012
15 Jul
'12
2:02 p.m.
Signed-off-by: Allan McRae <allan@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
4578
Age (days ago)
4578
Last active (days ago)
0 comments
1 participants
participants (1)
-
Allan McRae