K 10 svn:author V 6 jilles K 8 svn:date V 27 2015-12-31T17:51:15.853584Z K 7 svn:log V 363 sh: Perform IFS splitting during the first expansion phases. This simplifies the code and should be faster in some cases. Side effect: the order of operations is different so that the value of IFS used when IFS is modified during expansion (${IFS:=...}, ${IFS=...} or $((...IFS=...))) may be different. Note that this order is highly unportable between shells. END