[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.
Please register or sign in to comment
awk on Solaris does not support the FNR variable. As nextpart() only reads from one file, replace FNR with NR.