diff options
author | Mat <mail@mathias.is> | 2020-02-18 13:17:53 +0100 |
---|---|---|
committer | peterbell10 <peterbell10@live.co.uk> | 2020-02-18 17:04:43 +0100 |
commit | 6e568e605e194c9321cda270ee7d3a40687953c9 (patch) | |
tree | e27aebab5545390f1c835d8fd66e33857b76aa56 | |
parent | Remove unused file in Unix executable list (diff) | |
download | cuberite-6e568e605e194c9321cda270ee7d3a40687953c9.tar cuberite-6e568e605e194c9321cda270ee7d3a40687953c9.tar.gz cuberite-6e568e605e194c9321cda270ee7d3a40687953c9.tar.bz2 cuberite-6e568e605e194c9321cda270ee7d3a40687953c9.tar.lz cuberite-6e568e605e194c9321cda270ee7d3a40687953c9.tar.xz cuberite-6e568e605e194c9321cda270ee7d3a40687953c9.tar.zst cuberite-6e568e605e194c9321cda270ee7d3a40687953c9.zip |
Diffstat (limited to '')
-rwxr-xr-x | compile.sh | 11 |
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 |