Update makelocal.sh invocation in setup-local-dev.sh

pull/295/head
Christophe Tafani-Dereeper 2016-04-08 16:07:07 +02:00
rodzic 76e3a90c8a
commit adb4269013
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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