]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
fix another bug here
authorRudolf Polzer <divverent@alientrap.org>
Mon, 20 Feb 2012 21:29:33 +0000 (22:29 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 20 Feb 2012 21:29:33 +0000 (22:29 +0100)
misc/tools/xonotic-map-compiler-autobuild

index bf4c9c0befce6f9c2c66acfc81a313b49d1edbe4..30f33433879f16164ecd3cf3a4cf686076de9732 100755 (executable)
@@ -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
 }