* fix regression due to sed's imporper regexp handling

master
Dominique Liberda 2023-01-18 06:24:10 +01:00
parent 4ce52292aa
commit 7f1838372a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function render() {
local _key="\\?${key/?/}"
local subtemplate=$(mktemp)
echo 's'$'\02''\{\{start '"$_key"'\}\}((.*)\{\{else '"$_key"'\}\}.*\{\{end '"$_key"'\}\}|(.*)\{\{end '"$_key"'\}\})'$'\02''\2'$'\02'';' >> "$subtemplate"
echo 's'$'\02''\{\{start '"$_key"'\}\}((.*)\{\{else '"$_key"'\}\}.*\{\{end '"$_key"'\}\}|(.*)\{\{end '"$_key"'\}\})'$'\02''\2\3'$'\02'';' >> "$subtemplate"
cat <<< $(cat "$subtemplate" "$tmp") > "$tmp" # call that cat abuse
elif [[ "${ref[$key]}" != "" ]]; then