Commit ID: 100539253BB0C220BFE
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/06/06 23:50:23 UTC
Modified files:
bin/mksh : mksh.1
Log message:
doc issue (because no regression… even if it works in ksh93):
19:09 < nDuff> I'm reading the following behavior as contrary to the
documentation. Could someone clarify?
19:09 < nDuff> $ words_pat='*@(cat|mice)*'; [[ 'there is a {cat}' = $words_pat
]]; echo $?
19:09 < nDuff> 1
19:09 < nDuff> $ [[ 'there is a {cat}' = *@(cat|mice)* ]]; echo $?
19:09 < nDuff> 0
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.332 -r1.333 src/bin/mksh/mksh.1