From d4339125f3e9da987744c3e7db09670b5189f033 Mon Sep 17 00:00:00 2001 From: Mark Ferrell Date: Wed, 16 Apr 2014 09:04:21 -0700 Subject: Fix import() bug --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 5ff7031..45644f1 100755 --- a/build +++ b/build @@ -79,7 +79,7 @@ import() test -f "${BUILDER_LIBDIR}/${1}" || die "library does not exist '${1}'" eval "test -z \"\${BUILDER_IMPORT_${2}}\"" || return BUILDER_CALL_STASH="${BUILDER_CALL_STACK}" - BUILDER_CALL_STACK="${BUILDER_CALL_STACK} ${1}" . "${BUILDER_CALL_LIBDIR}/${1}" + BUILDER_CALL_STACK="${BUILDER_CALL_STACK} ${1}" . "${BUILDER_LIBDIR}/${1}" eval "BUILDER_IMPORT_${2}='${BUILDER_LIBDIR}/${1}'" if [ -z "${BUILDER_IMPORTED}" ]; then BUILDER_IMPORTED="${1}" -- cgit v1.2.3-18-g5258