K 10 svn:author V 6 jilles K 8 svn:date V 27 2015-03-31T20:51:01.331176Z K 7 svn:log V 346 wordexp: Explicitly pass along IFS. Per Austin group issue #884, sh should not import IFS from the environment but always set it to $' \t\n'. For wordexp(), however, it is documented and useful for it to use IFS from the environment. Since sh currently imports IFS from the environment, this change has no functional effect. MFC after: 1 week END