X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=check-cvars.sh;h=43683feb8270802ad0c5abb52fa30356eeab4b16;hp=031613a7bf00ec67744e246e99db6187be8f5399;hb=62d736d8c3a51baf5fa3a4265e39a2b773704a91;hpb=b38e2bae0a50554f26bf5af1fbd0e70b97cc0c71 diff --git a/check-cvars.sh b/check-cvars.sh index 031613a7b..43683feb8 100755 --- a/check-cvars.sh +++ b/check-cvars.sh @@ -27,6 +27,9 @@ 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