From b3c141822e23000a9423f324a1157178e17da8d2 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Tue, 9 May 2017 16:58:29 +0200 Subject: [PATCH] TT#16000 Ensure we run under 'set -e' Change-Id: I8b9f98bfe3eb5f8ab3659ccb9a4ce31b8d17ba9a --- script/extract_i18n.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/extract_i18n.sh b/script/extract_i18n.sh index 50405ad022..39d97c0640 100755 --- a/script/extract_i18n.sh +++ b/script/extract_i18n.sh @@ -1,4 +1,6 @@ -#!/bin/bash -e +#!/bin/bash + +set -e I18_DIRS="lib/NGCP/Panel/Role \ lib/NGCP/Panel/Field \