Commit ID: 1005B4B82617DF9E3F8
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/07/15 17:21:26 UTC
Modified files:
bin/mksh : mksh.1 sh.h var.c
Log message:
against better judgement, allow unsetting COLUMNS:
• GNU coreutils’ test suite insists on it, even despite it can run
successfully without doing it (WTF‽)…
• we already unspecial, explicitly commented as “hands-off” it,
when imported from the environment
• it was already changeable (though that didn’t unspecial it on the
command line)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.457 -r1.458 src/bin/mksh/mksh.1
cvs -R rdiff -kk -upr1.863 -r1.864 src/bin/mksh/sh.h
cvs -R rdiff -kk -upr1.225 -r1.226 src/bin/mksh/var.c