From 85161e770213acbe155f3511c07149f4db3b3594 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 5 Oct 2010 14:10:55 +0200 Subject: [PATCH] fix a chdir bug --- misc/tools/xonotic-map-compiler-autobuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2