Commit ID: 1005E729DFB39646744
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/03/18 22:17:30 UTC
Modified files:
bin/mksh : Build.sh
Log message:
GNU autoconf texinfo documentation hints test -[nz] "$foo" can fail
if foo is = or ) or similar: replace with test x"$foo" = x"" (and be
careful with != as GNU bash is trigger-happy on exclamation marks…)
also test KSH_VERSION better in test.sh and oh WTF Interix not cross…
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.749 -r1.750 src/bin/mksh/Build.sh