diff options
author | Allan McRae <allan@archlinux.org> | 2015-07-20 11:43:27 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-07-20 11:43:27 +1000 |
commit | bbab90836b2f7d8b03c862f35bc6e3ff2bd628d2 (patch) | |
tree | 44188681e1a168aba3286eadb9787520f317901d /scripts | |
parent | 3c410309644ecc4800a9aa6d96693a5630515701 (diff) | |
download | pacman-bbab90836b2f7d8b03c862f35bc6e3ff2bd628d2.tar.xz |
libmakepkg: lint_package requires cd_safe
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/libmakepkg/lint_package.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/libmakepkg/lint_package.sh.in b/scripts/libmakepkg/lint_package.sh.in index 62556394..0f1c7380 100644 --- a/scripts/libmakepkg/lint_package.sh.in +++ b/scripts/libmakepkg/lint_package.sh.in @@ -24,6 +24,7 @@ LIBMAKEPKG_LINT_PACKAGE_SH=1 LIBRARY=${LIBRARY:-'@libmakepkgdir@'} source "$LIBRARY/util/message.sh" +source "$LIBRARY/util/util.sh" declare -a lint_package_functions |