Searched hist:248987 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/tools/regression/lib/libc/gen/
H A Dtest-wordexp.cdiff 248987 Mon Apr 01 20:53:22 MDT 2013 jilles wordexp(): Remove wrong IFS usage.

Words in shell script are separated by spaces or tabs independent of the
value of IFS. The value of IFS is only relevant for the result of
substitutions. Therefore, there should be a space between 'wordexp' and the
words to be expanded, not an IFS character.

Paranoia might dictate that the shell ignore IFS from the environment (even
though our sh currently uses it), so do not depend on it in the new test
case.
/freebsd-10.2-release/lib/libc/gen/
H A Dwordexp.cdiff 248987 Mon Apr 01 20:53:22 MDT 2013 jilles wordexp(): Remove wrong IFS usage.

Words in shell script are separated by spaces or tabs independent of the
value of IFS. The value of IFS is only relevant for the result of
substitutions. Therefore, there should be a space between 'wordexp' and the
words to be expanded, not an IFS character.

Paranoia might dictate that the shell ignore IFS from the environment (even
though our sh currently uses it), so do not depend on it in the new test
case.

Completed in 63 milliseconds