From c9095f231aec13819f91659808a73882c75bd7ff Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 3 Feb 2023 13:07:52 +0100 Subject: [PATCH] check-translations.sh: bail out if QCC not found --- check-translations.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2