libmakepkg: grammar fix
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
4dae3fde17
commit
2ddbc6964b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ readonly -a lint_package_functions
|
||||||
|
|
||||||
lint_package() {
|
lint_package() {
|
||||||
cd_safe "$pkgdir"
|
cd_safe "$pkgdir"
|
||||||
msg "$(gettext "Checking for packaging issue...")"
|
msg "$(gettext "Checking for packaging issues...")"
|
||||||
|
|
||||||
local ret=0
|
local ret=0
|
||||||
for func in ${lint_package_functions[@]}; do
|
for func in ${lint_package_functions[@]}; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue