From: Rudolf Polzer Date: Mon, 20 Feb 2012 21:29:33 +0000 (+0100) Subject: fix another bug here X-Git-Tag: xonotic-v0.6.0~25 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=164c859264d2889af382d5ef229976277cb7cfbe;p=xonotic%2Fxonotic.git fix another bug here --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index bf4c9c0b..30f33433 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -253,7 +253,7 @@ screenshotthemap() rsync -vaSHP "$M-$blobhash" "$url_ssh" rsync -vaSHP "$M" "$url_ssh""latest/" if [ -n "$IRCSPAM" ]; then - $IRCSPAM < "maps/$M.ircss" + $IRCSPAM < "$M-$blobhash/$M.ircss" fi return 1 }