This commit is contained in:
Alexandre
2021-12-01 22:22:06 +01:00
parent 379e81952f
commit 7a4d22d85f
3 changed files with 6 additions and 4 deletions

View File

@@ -41,6 +41,7 @@ fi
# Export all yaml entries as env variables
# Helper function
set +u
function parse_yaml {
local prefix=$2 || local prefix=""
local s='[[:space:]]*' w='[a-zA-Z0-9_]*' fs=$(echo @ | tr @ '\034' | tr -d '\015')