What dark gods must I pray to for this to work?

This commit is contained in:
Cyberboss
2017-09-19 12:22:16 -04:00
parent 117f08b794
commit 0d71c64891
+4 -3
View File
@@ -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