summary refs log tree commit diff stats
path: root/ht.awk
diff options
context:
space:
mode:
Diffstat (limited to 'ht.awk')
-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