X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=check-cvars.sh;h=8525385d98ba3e2b5d6a1638d1168f98e5800ce7;hb=6aa236d2dff4953764da5af3abad44636c95e934;hp=031613a7bf00ec67744e246e99db6187be8f5399;hpb=e8403b890ebeeb78eee50b449260a5b10aad2725;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/check-cvars.sh b/check-cvars.sh index 031613a7b..8525385d9 100755 --- a/check-cvars.sh +++ b/check-cvars.sh @@ -24,9 +24,13 @@ check_files() } 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