index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2012-07-16 00:01:35 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-08-01 09:18:58 -0500 |
commit | 647b9ea6d9e7ff084d3c59c1005aac2670bd469f (patch) | |
tree | e0e2d3cab25c621627eb6033a1293ff81782b895 | |
parent | eb25a18571d97c20046784f7c8a9815dc40512c7 (diff) |
-rwxr-xr-x | contrib/updpkgsums.sh.in | 2 |
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 |