summaryrefslogtreecommitdiffstats
path: root/compile.sh
diff options
context:
space:
mode:
authorworktycho <work.tycho@gmail.com>2015-06-30 15:05:05 +0200
committerworktycho <work.tycho@gmail.com>2015-06-30 15:05:05 +0200
commit49d88ae790d84625d3a727573a65a4519e39d1b9 (patch)
treef5c2d16e3988cc8a6b3c019a22992407d2a24344 /compile.sh
parentMerge pull request #2304 from cuberite/FixBlockAreaHeight (diff)
parentRemoved the MakeLuaAPI script. (diff)
downloadcuberite-49d88ae790d84625d3a727573a65a4519e39d1b9.tar
cuberite-49d88ae790d84625d3a727573a65a4519e39d1b9.tar.gz
cuberite-49d88ae790d84625d3a727573a65a4519e39d1b9.tar.bz2
cuberite-49d88ae790d84625d3a727573a65a4519e39d1b9.tar.lz
cuberite-49d88ae790d84625d3a727573a65a4519e39d1b9.tar.xz
cuberite-49d88ae790d84625d3a727573a65a4519e39d1b9.tar.zst
cuberite-49d88ae790d84625d3a727573a65a4519e39d1b9.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