index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2018-09-04 15:17:54 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-09-19 10:54:26 +1000 |
commit | 2bec380e108536f5e5f728ef66223ed3fabf5ab1 (patch) | |
tree | 4751a3eca8546aa580ea2ccf1fb0f84484c07cb6 /scripts/libmakepkg/lint_config | |
parent | 3318039e3b1530396b0e3ced49ea6fe5b6ea00c5 (diff) |
-rw-r--r-- | scripts/libmakepkg/lint_config/variable.sh.in | 4 |
diff --git a/scripts/libmakepkg/lint_config/variable.sh.in b/scripts/libmakepkg/lint_config/variable.sh.in index 14bd0e05..55ed6d6d 100644 --- a/scripts/libmakepkg/lint_config/variable.sh.in +++ b/scripts/libmakepkg/lint_config/variable.sh.in @@ -25,10 +25,10 @@ LIBRARY=${LIBRARY:-'@libmakepkgdir@'} source "$LIBRARY/util/message.sh" -lint_config_functions+=('lint_variable') +lint_config_functions+=('lint_config_variables') -lint_variable() { +lint_config_variables() { local array=(DLAGENTS VCSCLIENTS BUILDENV OPTIONS INTEGRITY_CHECK MAN_DIRS DOC_DIRS PURGE_TARGETS COMPRESSGZ COMPRESSBZ2 COMPRESSXZ COMPRESSLRZ COMPRESSLZO COMPRESSZ) |