summaryrefslogtreecommitdiffstats
path: root/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh11
1 files changed, 3 insertions, 8 deletions
diff --git a/compile.sh b/compile.sh
index 5adc5a532..f8b10c7ac 100755
--- a/compile.sh
+++ b/compile.sh
@@ -493,20 +493,15 @@ echo
#=================== Print success message ===================
-cd ../Server
+cd Server
echo
echo "-----------------"
echo "Compilation done!"
echo
echo "Cuberite awaits you at:"
+echo "$PWD/Cuberite"
-if [ "$CHOICE_BUILDTYPE" = "Debug" ]; then
- echo "$PWD/Cuberite_debug"
-else
- echo "$PWD/Cuberite"
-fi
-
-cd ..
+cd ../..
echo "
You can always update Cuberite by executing:
$PWD/compile.sh