]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/xonotic-map-compiler-autobuild
no longer need -x
[xonotic/xonotic.git] / misc / tools / xonotic-map-compiler-autobuild
index 00359af61b5a6bd66ff815ab30b120d3a6bc8cc6..33212202378857338ca7411801799ebb4a7e0966 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-set -ex
+set -e
 
 bspdir="$PWD/bspfiles"
 url=http://141.2.16.23/~xonotic/bsp-autobuilds/
@@ -46,7 +46,7 @@ getthemap()
        bspdir=$3
        M=$4
        blobhash=$5
-       if mv "$bspdir_old/$M-$blobhash.pk3" "$bspdir/$M-blobhash.pk3"; then
+       if mv "$bspdir_old/$M-$blobhash.pk3" "$bspdir/$M-$blobhash.pk3"; then
                continue
        fi
        if ! wget -O "$bspdir/$M-$blobhash.pk3" "$url$M-$blobhash.pk3"; then