From b7e10bc365d6eea83fce45c95895de3c9eaa10ff Mon Sep 17 00:00:00 2001 From: olli Date: Sat, 11 Nov 2023 18:04:48 +0100 Subject: [PATCH] more pure bash to speed up things --- dabo/functions/get_vars_from_csv.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dabo/functions/get_vars_from_csv.sh b/dabo/functions/get_vars_from_csv.sh index ba02f69..c2e74f2 100644 --- a/dabo/functions/get_vars_from_csv.sh +++ b/dabo/functions/get_vars_from_csv.sh @@ -1,5 +1,7 @@ function get_vars_from_csv { + set -x + f_ASSET_HIST_FILE="$1" if ! [ -s "${f_ASSET_HIST_FILE}" ] then