K 10 svn:author V 3 imp K 8 svn:date V 27 2021-07-31T00:22:54.306433Z K 7 svn:log V 620 awk: Make -F '' and -v FS="" behave the same IEEE Std 1003.1-2008 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="". PR: 241441 Upstream issue: https://github.com/onetrueawk/awk/issues/127 Upstream pull request: https://github.com/onetrueawk/awk/pull/128 MFC After: 2 weeks Sponsored by: Netflix (cherry picked from commit a2e3e1187309f9404940b61ca49a93bd0536559d) Git Hash: ab1dedd4946098fe7202e825d299a2cbec81dae0 Git Author: imp@FreeBSD.org END