We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083d19b commit efdb9daCopy full SHA for efdb9da
util/buildbot/buildwin32.sh
@@ -71,7 +71,7 @@ cd $libdir
71
72
# Get minetest
73
cd $builddir
74
-if [ -d $EXISTING_MINETEST_DIR ]; then
+if [ ! "x$EXISTING_MINETEST_DIR" = "x" ]; then
75
ln -s $EXISTING_MINETEST_DIR minetest
76
else
77
[ -d minetest ] && (cd minetest && git pull) || (git clone https://github.com/minetest/minetest)
util/buildbot/buildwin64.sh
@@ -66,7 +66,7 @@ cd $libdir
66
67
68
69
70
0 commit comments