From 2d9710227fdc8725e66ee72f85b397dd9a428f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 5 Mar 2024 10:39:33 +0100 Subject: [PATCH] foreach.sh: remove set -e to not fail on first error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- foreach.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foreach.sh b/foreach.sh index d1d006c..246c5ea 100755 --- a/foreach.sh +++ b/foreach.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -eof pipefail +set -of pipefail GRN='\033[0;32m' BLD='\033[1m'