From b2f2de5b9930efff6cfcba94657481e35eed4e60 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 27 May 2010 15:31:36 +0200 Subject: [PATCH 1/1] another blobhash typo --- 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 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 -- 2.39.2