X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=update-cvarcount.sh;h=b7c87a34a63ff22494dbecbb418dc9fd25cd7d74;hb=9654b1d8de0f97fafc8ceea5e76a96f6154fc6f2;hp=0bd63e9fb2ad9d57e61582ddf0d691cff8a5f831;hpb=81680ef70a876bd158724525b40a72a5acc53aef;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/update-cvarcount.sh b/update-cvarcount.sh index 0bd63e9fb..b7c87a34a 100755 --- a/update-cvarcount.sh +++ b/update-cvarcount.sh @@ -14,6 +14,7 @@ for b in balance*.cfg; do awk '/^seta? g_/ { print $2; }' "$b" | sort -u | tr -d '\r' > "$B" diff "$A" "$B" | grep '^[<>]' | sort rm -f "$A" "$B" - exit 1 + echo "Please wait for 30 seconds, so you have had enough time to read this..." + sleep 30 fi done