Commit ID: 10054E65CBD1E50DCD0 CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/19 22:00:03 UTC
Modified files:
bin/mksh : exec.c
Log message:
basically unbreak use of $*/$@ in here documents
a bit funny:
with NUL IFS, $* behaves like dash ('ab') and $@ like bash/ksh93 ('a b')
with WS or NWS IFS, all shells behave alike though
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.144 -r1.145 src/bin/mksh/exec.c
