From 525b7694839aa827f3c72b36341711f0685d9277 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 17 Sep 2015 11:07:39 +0200 Subject: [PATCH] compile_pmodules: - functions from lib.bash has namespace now --- scripts/Bootstrap/compile_pmodules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Bootstrap/compile_pmodules.sh b/scripts/Bootstrap/compile_pmodules.sh index 3b99ce6..6283c25 100755 --- a/scripts/Bootstrap/compile_pmodules.sh +++ b/scripts/Bootstrap/compile_pmodules.sh @@ -20,7 +20,7 @@ build () { local -r version="$2" "${BOOTSTRAP_DIR}/${name}/build" --bootstrap --disable-cleanup "${version}" || \ - die 3 "Compiling '${name}' failed!" + std::die 3 "Compiling '${name}' failed!" } if [[ ! -f "${PMODULES_HOME}/bin/base64" ]]; then