From f85671fe2efe02643d6c68b0cdcdffbb2c1d0b0f Mon Sep 17 00:00:00 2001 From: Walter Antolini Date: Sat, 26 Jun 2021 01:24:29 +0200 Subject: [PATCH] Bash Set Fix for use with "set -Eeuo pipefail", not working if is set "-eu" on main script --- bash-ini-parser | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash-ini-parser b/bash-ini-parser index 3daf302..d2591e4 100755 --- a/bash-ini-parser +++ b/bash-ini-parser @@ -2,6 +2,8 @@ # based on http://theoldschooldevops.com/2008/02/09/bash-ini-parser/ # +set +eu + PREFIX="cfg_section_" function debug {