K 10 svn:author V 6 jilles K 8 svn:date V 27 2011-05-27T15:56:13.723272Z K 7 svn:log V 234 sh: Fix unquoted $@/$* if IFS=''. If IFS is null, unquoted $@/$* should still expand to separate words. This differs from quoted $@ (which does not depend on IFS) in that pathname generation is performed and empty words are removed. END