index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2019-01-20 23:31:21 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2019-01-22 07:32:41 +1000 |
commit | 1b9e358f1d7ff806c62a7170f57342dd0e2338bf (patch) | |
tree | daab9dc636e2519e222b41c31bfcd26272296819 /scripts | |
parent | 4d1d857ef050778abd22669058dc5f7781604299 (diff) |
-rw-r--r-- | scripts/libmakepkg/lint_pkgbuild/variable.sh.in | 2 |
diff --git a/scripts/libmakepkg/lint_pkgbuild/variable.sh.in b/scripts/libmakepkg/lint_pkgbuild/variable.sh.in index 1ee3c834..d19c95bc 100644 --- a/scripts/libmakepkg/lint_pkgbuild/variable.sh.in +++ b/scripts/libmakepkg/lint_pkgbuild/variable.sh.in @@ -86,7 +86,7 @@ lint_variable() { for i in ${arch_array[@]}; do if extract_function_variable "package_$pkg" "${i}_${a}" 0 out; then - error "$(gettext "%s_%s should be an array")" "$i" "$a" + error "$(gettext "%s should be an array")" "${i}_${a}" ret=1 fi done |