summaryrefslogtreecommitdiffstats
path: root/compile.sh
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-06-30 09:51:19 +0200
committerMattes D <github@xoft.cz>2015-06-30 09:52:46 +0200
commitd646c81eb7e33970d75d8f143fcfb15cb581b9dc (patch)
tree9e266746c08968468ff9f18bb550d05cb61311db /compile.sh
parentFixed typos in the readme. (diff)
downloadcuberite-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-xcompile.sh2
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