[issue2194] [PATCH] zrcautoload() improved and ZSHified

Thilo Six bts at bts.grml.org
Sun May 8 19:24:26 CEST 2016


Thilo Six <grml at xk2c.de> added the comment:

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

----------
files: 0001-PATCH-zrcautoload-improved-and-ZSHified.patch
messages: 5859, 5860
nosy: Xk2c
priority: bug
status: chatting
title: [PATCH] zrcautoload() improved and ZSHified

_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue2194>
_____________________________________


More information about the Bugs-changes mailing list