From adb4269013d9c6a6d54685ffc09bd1dfa2f995c0 Mon Sep 17 00:00:00 2001 From: Christophe Tafani-Dereeper Date: Fri, 8 Apr 2016 16:07:07 +0200 Subject: [PATCH] Update makelocal.sh invocation in setup-local-dev.sh --- scripts/setup-local-dev.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/setup-local-dev.sh b/scripts/setup-local-dev.sh index 76734464..f113a370 100755 --- a/scripts/setup-local-dev.sh +++ b/scripts/setup-local-dev.sh @@ -160,7 +160,8 @@ if [ "$os" == "windows" ]; then cscript //NoLogo //B //E:jscript ./shortcut.wscript.js rm -f ./shortcut.wscript.js - bash ./makelocal.sh + current_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" + bash "$current_dir/makelocal.sh" fi