Commit 705de64c by Nathan Sidwell

document why POSIXLY_CORRECT must be unset

From-SVN: r67977
parent be43ab4e
...@@ -33,7 +33,8 @@ SORT=sort # Could be /bin/sort or /usr/bin/sort ...@@ -33,7 +33,8 @@ SORT=sort # Could be /bin/sort or /usr/bin/sort
C_FILE=$1; shift C_FILE=$1; shift
H_FILE=$1; shift H_FILE=$1; shift
# Must unset this, so that the gawk extension RS="" works. # Must unset, so that RS="" works in gawk 3.0-3.1.1 (possibly earlier too)
# Appears to be a gawk bug, RS="" is not an extension
unset POSIXLY_CORRECT unset POSIXLY_CORRECT
${AWK} ' ${AWK} '
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment