From 04d8d7cb13286d763b0078c53e3671352c94b1c6 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Wed, 17 Aug 2016 21:36:50 +0200 Subject: scripts: run all scripts with -e Run all scripts with -e so they exit as soon as something breaks. That way the build stops at the first error, not some other error. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- Documentation/make_POT.sh | 2 +- Documentation/make_PO_to_ASCIIDOC.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/make_POT.sh b/Documentation/make_POT.sh index bbf465790..f8ba60f22 100755 --- a/Documentation/make_POT.sh +++ b/Documentation/make_POT.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e # # Author(s): Guillaume GARDET # diff --git a/Documentation/make_PO_to_ASCIIDOC.sh b/Documentation/make_PO_to_ASCIIDOC.sh index c619e0a4c..2aae388e2 100755 --- a/Documentation/make_PO_to_ASCIIDOC.sh +++ b/Documentation/make_PO_to_ASCIIDOC.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e # # Author(s): Guillaume GARDET # -- cgit v1.2.3-70-g09d2