about summary refs log tree commit diff stats
path: root/vienna
diff options
context:
space:
mode:
Diffstat (limited to 'vienna')
-rwxr-xr-xvienna2
1 files changed, 1 insertions, 1 deletions
diff --git a/vienna b/vienna index 62e3062..5528463 100755 --- a/vienna +++ b/vienna
@@ -219,7 +219,7 @@ expand() { # expand TEMPLATE... < INPUT
219 end="expand_:_${count:=0}_:_end" 219 end="expand_:_${count:=0}_:_end"
220 eval "$( 220 eval "$(
221 echo "cat<<$end" 221 echo "cat<<$end"
222 shellfix "$@" 222 shellfix "$@" | sed 's/^-->$//'
223 echo 223 echo
224 echo "$end" 224 echo "$end"
225 )" && count=$((count + 1)) 225 )" && count=$((count + 1))