From 164c859264d2889af382d5ef229976277cb7cfbe Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 20 Feb 2012 22:29:33 +0100 Subject: [PATCH] fix another bug here --- misc/tools/xonotic-map-compiler-autobuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.2