diff options
author | Case Duckworth | 2022-08-03 23:48:10 -0500 |
---|---|---|
committer | Case Duckworth | 2022-08-03 23:48:10 -0500 |
commit | c78792744d95b00b8d0a25a5cc904f363093cd9e (patch) | |
tree | 43a4bd1a504ee26440a3026f233decdb78bd76b7 | |
parent | Begin anew (diff) | |
download | ht-c78792744d95b00b8d0a25a5cc904f363093cd9e.tar.gz ht-c78792744d95b00b8d0a25a5cc904f363093cd9e.zip |
Fix bug
-rwxr-xr-x | ht.awk | 5 |
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 | ||
18 | FNR == 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 |