CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/27 12:28:19
Modified files:
usr.bin/awk : main.c
Log message:
POSIX mandates that -F str be treated the same as -v FS=str.
For a null string, this was not the case. Since awk(1) documents
that a null string for FS has a specific behavior, make -F '' behave
consistently with -v FS="". https://github.com/onetrueawk/awk/pull/128
