From: Rudolf Polzer Date: Wed, 29 Sep 2010 13:11:33 +0000 (+0200) Subject: handle a failcase better X-Git-Tag: xonotic-v0.1.0preview~175 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=509d1a597b01b48ce666d8c84d538c4c2e40eedf handle a failcase better --- diff --git a/misc/tools/xonotic-map-compiler-autobuild b/misc/tools/xonotic-map-compiler-autobuild index fec3e114..bb4ddb40 100755 --- a/misc/tools/xonotic-map-compiler-autobuild +++ b/misc/tools/xonotic-map-compiler-autobuild @@ -223,6 +223,7 @@ getthemap() if ! curl -o "$bspdir/$M-$blobhash.pk3" "$url$M-$blobhash.pk3"; then rm -f "$bspdir/$M-$blobhash.pk3" echo "WARNING: could not download $url$M-$blobhash.pk3, maybe not ready yet" + getthemap_fail=true return 0 fi fi