mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-03 15:40:32 +00:00
mthr: unbreak -a on last message
This commit is contained in:
parent
95bd63e7b0
commit
53b8c859ac
@ -18,7 +18,7 @@ NR != FNR { exit }
|
||||
mode==1 && ind==0 {
|
||||
if (sel)
|
||||
for (i in thread)
|
||||
print thread[i]
|
||||
print thread[i]
|
||||
split("", thread)
|
||||
sel = 0
|
||||
}
|
||||
@ -38,4 +38,9 @@ mode==3 && sel {
|
||||
sel = 0
|
||||
}
|
||||
mode==3 {parents[ind] = $0 }
|
||||
END {
|
||||
if (mode==1 && sel)
|
||||
for (i in thread)
|
||||
print thread[i]
|
||||
}
|
||||
' - $(mseq $@)
|
||||
|
Loading…
Reference in New Issue
Block a user