zsh-workers
 help / color / mirror / code / Atom feed
* Aha! (duplicate fpath entries)
@ 2004-03-21 19:13 Danek Duvall
  0 siblings, 0 replies; only message in thread
From: Danek Duvall @ 2004-03-21 19:13 UTC (permalink / raw)
  To: zsh-workers

Back in users/6698, I complained that compaudit was duplicating entries
in $fpath, but I hadn't traced down why.  It turns out it's a typo:

    --- compaudit.orig	Sun Oct 26 17:49:29 2003
    +++ compaudit	Sun Mar 21 11:09:33 2004
    @@ -64,7 +64,7 @@
           # Likewise (installation-layout)
           _i_addfiles=(${_compdir}/*(/))
         fi
    -    for _i_line in {1..$#i_addfiles}; do
    +    for _i_line in {1..$#_i_addfiles}; do
           _i_file=${_i_addfiles[$_i_line]}
           [[ -d $_i_file && -z ${fpath[(r)$_i_file]} ]] ||
             _i_addfiles[$_i_line]=

Thanks,
Danek


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-21 19:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-21 19:13 Aha! (duplicate fpath entries) Danek Duvall

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).