]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - update-cvarcount.sh
add a translation checker tool
[xonotic/xonotic-data.pk3dir.git] / update-cvarcount.sh
index 0bd63e9fb2ad9d57e61582ddf0d691cff8a5f831..b7c87a34a63ff22494dbecbb418dc9fd25cd7d74 100755 (executable)
@@ -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