Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Whither _compdir ? (compinit, 3.1.9-dev-3)
- X-seq: zsh-workers 12374
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Whither _compdir ? (compinit, 3.1.9-dev-3)
- Date: Tue, 25 Jul 2000 13:47:07 -0700
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
At line 326, compinit tests [[ $_compdir = */Core || -d $_compdir/Core ]],
but _compdir is neither defined (local or typeset) nor assigned-to yet at
that point. This means that the directory Core in the root filesystem is
being checked, which is certainly wrong.
In compinstall the parameter compdir is set (note not leading underscore),
but that wouldn't seem to be related.
What the devil is supposed to be happening here? Where is _compdir meant
to come from?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author