CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/20 12:55:15
Modified files:
usr.bin/awk : run.c
Log message:
In closeall(), skip stdin and flush std{err,out} instead of closing.
Otherwise awk could fclose(stdin) twice (it may appear more than once)
and closing stderr means awk cannot report errors closing other streams.
OK tim@
