From 50c0bf424ac1cc884f8ae4173f31b3254cb5de8f Mon Sep 17 00:00:00 2001 From: Michael Yoo Date: Mon, 21 Apr 2014 00:50:20 +0930 Subject: [PATCH] Revert 25b98a5480ae2bd4ad28ce7c16e3b94cc71e4481 --- src/build/compile.sh | 2 +- src/build/jenkins.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build/compile.sh b/src/build/compile.sh index 7781effc8..28e07105d 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -729,4 +729,4 @@ rm -r -f bin/php5/misc >> "$DIR/install.log" 2>&1 date >> "$DIR/install.log" 2>&1 echo " done!" echo "[PocketMine] You should start the server now using \"./start.sh.\"" -echo "[PocketMine] If it doesn't work, please send the \"install.log\" file to the Bug Tracker." +echo "[PocketMine] If it doesn't work, please send the \"install.log\" file to the Bug Tracker." \ No newline at end of file diff --git a/src/build/jenkins.sh b/src/build/jenkins.sh index 0c1126c99..70e2de966 100644 --- a/src/build/jenkins.sh +++ b/src/build/jenkins.sh @@ -210,4 +210,4 @@ then if [ ! -f $COMPILEDIR/crosscompile/mac/bin/php5/bin/php ]; then exit 1 fi -fi +fi \ No newline at end of file