From 9270b6a2785ebf560b98171e878e647e031c9fa1 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Wed, 17 Mar 2021 18:18:16 +0300 Subject: [PATCH] Turn on commands echoing --- builder/image-ros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/image-ros.sh b/builder/image-ros.sh index 8750ed00..0b2983bf 100755 --- a/builder/image-ros.sh +++ b/builder/image-ros.sh @@ -13,7 +13,7 @@ # copies or substantial portions of the Software. # -set -e # Exit immidiately on non-zero result +set -ex # Exit immidiately on non-zero result REPO=$1 REF=$2