\r
if exist Xonotic-low goto xonoticlow\r
if exist Xonotic-high goto xonotichigh\r
-if exist ..\..\..\data\.git goto xonoticdatagit\r
+if exist ..\..\..\.git goto xonoticdatagit\r
if exist ..\..\..\data goto xonoticdata\r
goto xonotic\r
:xonoticlow\r
elif [ -d "Xonotic-high" ]; then
url="rsync://beta.xonotic.org/autobuild-Xonotic-high/"
target="Xonotic-high/"
-elif [ -d "../../../data/.git" ]; then
+elif [ -d "../../../.git" ]; then
echo >&2 "NOTE: this is a git repository download. Using the regular update method."
exec ../../../all update
elif [ -d "../../../data" ]; then