diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-01-13 07:52:00 +0100 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-01-13 07:52:00 +0100 |
commit | da19b1708cf01621f0f30ab8f4da12aef81349eb (patch) | |
tree | 90164d9fedddb8e0413cdc55a39d7647b8f17917 | |
parent | Merge pull request #2864 from LogicParrot/compile (diff) | |
parent | compile.sh - added updating note (diff) | |
download | cuberite-da19b1708cf01621f0f30ab8f4da12aef81349eb.tar cuberite-da19b1708cf01621f0f30ab8f4da12aef81349eb.tar.gz cuberite-da19b1708cf01621f0f30ab8f4da12aef81349eb.tar.bz2 cuberite-da19b1708cf01621f0f30ab8f4da12aef81349eb.tar.lz cuberite-da19b1708cf01621f0f30ab8f4da12aef81349eb.tar.xz cuberite-da19b1708cf01621f0f30ab8f4da12aef81349eb.tar.zst cuberite-da19b1708cf01621f0f30ab8f4da12aef81349eb.zip |
-rwxr-xr-x | compile.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh index 84bdc96e9..0b30c83b4 100755 --- a/compile.sh +++ b/compile.sh @@ -225,6 +225,9 @@ if [ "$BUILDTYPE" = "Debug" ]; then else echo "`pwd`/Cuberite" fi +cd .. +echo +echo "You can always update Cuberite by executing `pwd`/compile.sh" echo echo "Enjoy :)" exit 0 |