Commit ID: 1005444249972F13F37
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/10/19 20:56:34 UTC
Modified files:
bin/mksh : check.t eval.c sh.h
Log message:
commit patch from LP#1381965 and two testcases, one showing this is fixed,
another showing deeper problems (probably LP#1381993 “non-list contexts” or
the IFS_WS/IFS_IWS story, perhaps *all* IFS_WS (not just ternaries) really
should be IFS_IWS instead?)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.663 -r1.664 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.153 -r1.154 src/bin/mksh/eval.c
cvs -R rdiff -kk -upr1.699 -r1.700 src/bin/mksh/sh.h