about summary refs log tree commit diff stats
path: root/ht.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ht.sh')
-rwxr-xr-xht.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ht.sh b/ht.sh index de58fe1..9c3302f 100755 --- a/ht.sh +++ b/ht.sh
@@ -27,6 +27,7 @@ htt() { # htt FILES...
27 27
28ht_build_env() { # ht_build_env FILE... 28ht_build_env() { # ht_build_env FILE...
29 print "body() { cat \"$HTBOD\"; }" > "$HTENV" 29 print "body() { cat \"$HTBOD\"; }" > "$HTENV"
30 : > "$HTBOD"; # clear out body
30 while read -r line; do 31 while read -r line; do
31 case "$line" in 32 case "$line" in
32 *@@*:*@@*) # "simple" metadata; just a string 33 *@@*:*@@*) # "simple" metadata; just a string