diff options
author | Mattes D <github@xoft.cz> | 2015-06-30 09:51:19 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-06-30 09:52:46 +0200 |
commit | d646c81eb7e33970d75d8f143fcfb15cb581b9dc (patch) | |
tree | 9e266746c08968468ff9f18bb550d05cb61311db /compile.sh | |
parent | Fixed typos in the readme. (diff) | |
download | cuberite-d646c81eb7e33970d75d8f143fcfb15cb581b9dc.tar cuberite-d646c81eb7e33970d75d8f143fcfb15cb581b9dc.tar.gz cuberite-d646c81eb7e33970d75d8f143fcfb15cb581b9dc.tar.bz2 cuberite-d646c81eb7e33970d75d8f143fcfb15cb581b9dc.tar.lz cuberite-d646c81eb7e33970d75d8f143fcfb15cb581b9dc.tar.xz cuberite-d646c81eb7e33970d75d8f143fcfb15cb581b9dc.tar.zst cuberite-d646c81eb7e33970d75d8f143fcfb15cb581b9dc.zip |
Diffstat (limited to 'compile.sh')
-rwxr-xr-x | compile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh index 1e965aecc..9ef6d6149 100755 --- a/compile.sh +++ b/compile.sh @@ -1,7 +1,7 @@ #|| goto :windows_detected # Do we already have a repo? -if [[ -d .git && -f easyinstall.sh && -f MakeLuaAPI.cmd ]]; then # A good enough indicator that we're in the MCServer git repo. +if [[ -d .git && -f easyinstall.sh && -f src/BlockArea.cpp ]]; then # A good enough indicator that we're in the MCServer git repo. cd ../ echo "MCServer repository detected. This should make the process faster, especially if you compiled before." fi |