K 10 svn:author V 6 jilles K 8 svn:date V 27 2015-12-31T18:47:54.945110Z K 7 svn:log V 315 sh: Perform pathname generation during the first expansion phases. This avoids the need to add and remove CTLESC bytes if pathname generation will not be performed (set -f). Side effect: the order of operations is slightly different: pathname generation in ${$+* $(CMD)} will not see filesystem changes from CMD. END