X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fxonotic-map-compiler-autobuild;h=d2f2ef4f7c4c4f27dc4731031eed3532448cdedc;hp=00359af61b5a6bd66ff815ab30b120d3a6bc8cc6;hb=b2f2de5b9930efff6cfcba94657481e35eed4e60;hpb=2cb95ff3d717286db24390056172f3f20a9c13f4 diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index 00359af6..d2f2ef4f 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -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