mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fix PostCompile.sh (#40976)
* Fix PostCompile.sh * shell is hard * How am I this bad at shell
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user