From: Rudolf Polzer Date: Thu, 27 May 2010 13:31:36 +0000 (+0200) Subject: another blobhash typo X-Git-Tag: xonotic-v0.1.0preview~443 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=b2f2de5b9930efff6cfcba94657481e35eed4e60;hp=2cb95ff3d717286db24390056172f3f20a9c13f4 another blobhash typo --- 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