zsh-workers
 help / color / mirror / code / Atom feed
From: Danek Duvall <duvall@emufarm.org>
To: zsh-workers@sunsite.dk
Subject: Aha! (duplicate fpath entries)
Date: Sun, 21 Mar 2004 11:13:16 -0800	[thread overview]
Message-ID: <20040321191316.GE17245@lorien.emufarm.org> (raw)

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


                 reply	other threads:[~2004-03-21 19:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040321191316.GE17245@lorien.emufarm.org \
    --to=duvall@emufarm.org \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).