From bbab90836b2f7d8b03c862f35bc6e3ff2bd628d2 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 20 Jul 2015 11:43:27 +1000 Subject: libmakepkg: lint_package requires cd_safe Signed-off-by: Allan McRae --- scripts/libmakepkg/lint_package.sh.in | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-24-g4f1b