compile_pmodules:

- functions from lib.bash has namespace now
This commit is contained in:
2015-09-17 11:07:39 +02:00
parent eb33dc1991
commit 525b769483

View File

@@ -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