mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
isum.awk: define fflush for awk != gawk
This commit is contained in:
parent
ab937b56de
commit
4a8429a2bf
1 changed files with 6 additions and 1 deletions
7
dist/isum.awk
vendored
7
dist/isum.awk
vendored
|
@ -10,7 +10,12 @@ BEGIN {
|
|||
updates = "/dev/stderr"
|
||||
}
|
||||
|
||||
function clearstatus( noflush, i)
|
||||
function fflush(filename)
|
||||
{
|
||||
system("")
|
||||
}
|
||||
|
||||
function clearstatus(noflush, i)
|
||||
{
|
||||
if(!updates)
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue