index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2017-09-14 09:45:53 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2017-09-14 09:45:53 +1000 |
commit | 2ddbc6964b31f65678ed8e7c2cf1e80f0a7d4a0f (patch) | |
tree | 358a9ec629f8e6866fd0ba6a5a4cf547cca0c091 /scripts/libmakepkg | |
parent | 4dae3fde17d663bf39a17978c2ee365696a54fb0 (diff) |
-rw-r--r-- | scripts/libmakepkg/lint_package.sh.in | 2 |
diff --git a/scripts/libmakepkg/lint_package.sh.in b/scripts/libmakepkg/lint_package.sh.in index ff0894ec..8cf79d73 100644 --- a/scripts/libmakepkg/lint_package.sh.in +++ b/scripts/libmakepkg/lint_package.sh.in @@ -38,7 +38,7 @@ readonly -a lint_package_functions lint_package() { cd_safe "$pkgdir" - msg "$(gettext "Checking for packaging issue...")" + msg "$(gettext "Checking for packaging issues...")" local ret=0 for func in ${lint_package_functions[@]}; do |