From: Rudolf Polzer Date: Tue, 5 Oct 2010 16:22:33 +0000 (+0200) Subject: fix another wrong chdir X-Git-Tag: xonotic-v0.1.0preview~140 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=527c58abf4612cf648d75ceeeb75c594c36efc84 fix another wrong chdir --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index 91626dea..ebd10c30 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -338,7 +338,9 @@ case "$1" in runmakeindex ;; download) + cd data/xonotic-maps.pk3dir rundownload + cd ../.. echo "List of maps that got deleted (if any) and currently are in $bspdir.old:" ls -l "$bspdir.old" || true ;;