From: Rudolf Polzer Date: Tue, 5 Oct 2010 12:10:55 +0000 (+0200) Subject: fix a chdir bug X-Git-Tag: xonotic-v0.1.0preview~144 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=85161e770213acbe155f3511c07149f4db3b3594;ds=sidebyside fix a chdir bug --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index 6e8b9802..86ecb4a3 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -320,8 +320,9 @@ case "$1" in fi cd data/xonotic-maps.pk3dir - allmaps "$HASH" screenshotthemap "$REFNAME" "$url_http" + cd ../.. + touch "$screenshot_cachedir/$HASH" done git checkout -f master