BTS

Message5860

Author Xk2c
Recipients
Date 2016-05-08.17:24:26
Content
Thilo Six schrieb/wrote:

>        * ZSHified, i.e. use globbing instead of looping

just wanted to correct myself here. As i have learned now that is not called
globbing it is brace expansion.
Non the less it is cool. 

also i noticed in my patch i use the term:

ffound=($(print ${^fpath}/${ffile}(N:p)))


that would be better written as:

ffound=(${^fpath}/${ffile}(N))


Let me know if you think that could make its way into mainline. Then i produce a
proper updated patch.


kind regards,

     Thilo
History
Date User Action Args
2016-05-08 17:24:26Xk2csetmessageid: <1462728266.59.0.118085028601.issue2194@bts.grml.org>
2016-05-08 17:24:26Xk2clinkissue2194 messages
2016-05-08 17:24:26Xk2ccreate