]> git.ipfire.org Git - thirdparty/bind9.git/commit
[master] Replace FNR with NR in the awk script used by nextpart()
authorMichał Kępień <michal@isc.org>
Tue, 31 Oct 2017 13:53:16 +0000 (14:53 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 31 Oct 2017 13:57:52 +0000 (14:57 +0100)
commit37039792cb09cc7b0c2c74398c8a2f6c8216c590
tree11ae738de56c76d6bfaaed491ff58cbdb5ddb5f2
parent41b1a9854504f1444e8c0d7891ed0845bdc0b315
[master] Replace FNR with NR in the awk script used by nextpart()

awk on Solaris does not support the FNR variable.  As nextpart() only
reads from one file, replace FNR with NR.
bin/tests/system/conf.sh.in
bin/tests/system/conf.sh.win32