X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=check-cvars.sh;h=8525385d98ba3e2b5d6a1638d1168f98e5800ce7;hb=3cd90b2dd499cbe6419a8fe5e8a0ee339aaa191b;hp=78985b81947af96ede8d5800c0bb1d42f38e35aa;hpb=b7ee5fd9f465455a5691abba80a7e83a1ab5b2d8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/check-cvars.sh b/check-cvars.sh index 78985b819..8525385d9 100755 --- a/check-cvars.sh +++ b/check-cvars.sh @@ -23,10 +23,14 @@ check_files() done } -check_files "balanceXonotic.cfg" "balance*.cfg" "/^seta? g_/" +check_files "balance-xonotic.cfg" "balance-*.cfg" "/^seta? g_/" +check_files "bal-wep-xonotic.cfg" "bal-wep-*.cfg" "/^seta? g_/" check_files "_hud_descriptions.cfg" "hud_*.cfg" "/^seta? hud_/" if $errord; then + if [ "$CMAKE" != "" ]; then + exit 1 + fi echo "Please wait for 30 seconds, so you have had enough time to read this..." sleep 30 fi