summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-08-03 23:48:10 -0500
committerCase Duckworth2022-08-03 23:48:10 -0500
commitc78792744d95b00b8d0a25a5cc904f363093cd9e (patch)
tree43a4bd1a504ee26440a3026f233decdb78bd76b7
parentBegin anew (diff)
downloadht-c78792744d95b00b8d0a25a5cc904f363093cd9e.tar.gz
ht-c78792744d95b00b8d0a25a5cc904f363093cd9e.zip
Fix bug
-rwxr-xr-xht.awk5
1 files changed, 0 insertions, 5 deletions
diff --git a/ht.awk b/ht.awk index b9ae377..7581cdb 100755 --- a/ht.awk +++ b/ht.awk
@@ -14,11 +14,6 @@ BEGIN {
14 ATTR = DEFATTR 14 ATTR = DEFATTR
15} 15}
16 16
17# Mutliple-file awareness
18FNR == 1 {
19 fileflush()
20}
21
22# Handle raw sections 17# Handle raw sections
23$0 ~ CONFIG["raw_delim"] { 18$0 ~ CONFIG["raw_delim"] {
24 RAW = ! RAW 19 RAW = ! RAW