From 527c58abf4612cf648d75ceeeb75c594c36efc84 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 5 Oct 2010 18:22:33 +0200 Subject: [PATCH] fix another wrong chdir --- misc/tools/xonotic-map-compiler-autobuild | 2 ++ 1 file changed, 2 insertions(+) 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 ;; -- 2.39.2