From 8781da4c537c834b733af58e3dc1666b6c16b34d Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 4 Jun 2015 18:41:37 +0200 Subject: [PATCH] scripts/Bootstrap/bootstrap.sh: bugfix --- scripts/Bootstrap/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Bootstrap/bootstrap.sh b/scripts/Bootstrap/bootstrap.sh index 6dfbe9d..3a8fea6 100755 --- a/scripts/Bootstrap/bootstrap.sh +++ b/scripts/Bootstrap/bootstrap.sh @@ -2,6 +2,6 @@ declare -r BASE_DIR=$(cd "$(dirname $0)/../.." && pwd) declare -r BOOTSTRAP_DIR="${BASE_DIR}/scripts/Bootstrap" -${BOOTSTRAP_DIR}/build_pmodules.sh +${BOOTSTRAP_DIR}/compile_pmodules.sh ${BOOTSTRAP_DIR}/install_pmodules.sh