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