From: Rudolf Polzer Date: Fri, 3 Feb 2023 12:07:52 +0000 (+0100) Subject: check-translations.sh: bail out if QCC not found X-Git-Tag: xonotic-v0.8.6~188 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c9095f231aec13819f91659808a73882c75bd7ff;p=xonotic%2Fxonotic-data.pk3dir.git check-translations.sh: bail out if QCC not found --- diff --git a/check-translations.sh b/check-translations.sh index 46ec3ec6c..2ed33df73 100755 --- a/check-translations.sh +++ b/check-translations.sh @@ -1,5 +1,7 @@ #!/bin/sh +set -e + case "$1" in pot) mode=pot