X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=check-cvars.sh;h=43683feb8270802ad0c5abb52fa30356eeab4b16;hb=e60056d1fb133210db74ea21ad00106c76a5f4d0;hp=78985b81947af96ede8d5800c0bb1d42f38e35aa;hpb=49e47ad10d83c939eca33d2c5f542d01c7da2b3e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/check-cvars.sh b/check-cvars.sh index 78985b819..43683feb8 100755 --- a/check-cvars.sh +++ b/check-cvars.sh @@ -23,10 +23,13 @@ check_files() done } -check_files "balanceXonotic.cfg" "balance*.cfg" "/^seta? g_/" +check_files "balance-xonotic.cfg" "balance-*.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