Fix PostCompile.sh (#40976)

* Fix PostCompile.sh

* shell is hard

* How am I this bad at shell
This commit is contained in:
Jordan Brown
2018-10-18 19:26:24 -04:00
committed by ShizCalev
parent 149f2e76ef
commit bdd9d86287
+5 -1
View File
@@ -3,7 +3,11 @@
set -e
#load dep exports
. "$1/dependencies.sh"
#need to switch to game dir for Dockerfile weirdness
original_dir=$PWD
cd $1
. dependencies.sh
cd $original_dir
#find out what we have (+e is important for this)
set +e