diff options
| author | Paul Buetow <paul@buetow.org> | 2023-03-20 22:28:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-03-20 22:28:27 +0200 |
| commit | e16f05fd13428a20d939a82cee4761c214b0b5b0 (patch) | |
| tree | 4347fe4dd369e2bb28ea3a5654b66d33d06e3095 /lib | |
| parent | 994b724e165d03a321f65a434c5ae0ec43b349a9 (diff) | |
reset block after use
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/template.source.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/template.source.sh b/lib/template.source.sh index f2777e5..adc22a8 100644 --- a/lib/template.source.sh +++ b/lib/template.source.sh @@ -37,6 +37,7 @@ template::_generate () { if [ "$line" = '>>>' ]; then template::_eval "$block" is_block=no + block='' else block="$block $line" |
