From: Rudolf Polzer Date: Tue, 5 Oct 2010 12:12:06 +0000 (+0200) Subject: fix index file name X-Git-Tag: xonotic-v0.1.0preview~142 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=fc0d552e9021e297c3aadf18be09494deaa39afa fix index file name --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index 23c7dca5..e268a512 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -306,9 +306,9 @@ case "$1" in git checkout -f master ;; screenshot) - runmakeindex > branches.idx.new - rsync -vaSHP "$branches.idx.new" "$url_ssh""branches.idx.new" - rm -f branches.idx.new + runmakeindex > "branches.idx.new" + rsync -vaSHP "branches.idx.new" "$url_ssh""branches.idx.new" + rm -f "branches.idx.new" cd data/xonotic-maps.pk3dir branches | while read -r HASH TYPE REFNAME; do if [ -f "$screenshot_cachedir/$HASH" ]; then