From 0d71c6489105817b428e6cc1b4e8c64034da1bea Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Tue, 19 Sep 2017 12:22:16 -0400 Subject: [PATCH] What dark gods must I pray to for this to work? --- build_byond.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build_byond.sh b/build_byond.sh index dc3edb3d22..4b107a9d28 100755 --- a/build_byond.sh +++ b/build_byond.sh @@ -4,11 +4,12 @@ set -e retval=1 source $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/byondsetup -file DreamMaker +ls $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin +file $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/DreamMaker -if hash DreamMaker 2>/dev/null +if hash $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/DreamMaker 2>/dev/null then - DreamMaker $DMEName 2>&1 | tee result.log + $HOME/BYOND-${BYOND_MAJOR}.${BYOND_MINOR}/byond/bin/DreamMaker $DMEName 2>&1 | tee result.log retval=$? if ! grep '\- 0 errors, 0 warnings' result.log then