Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: bugfixes for _rpm
- X-seq: zsh-workers 10942
- From: Adam Spiers <adam@xxxxxxxxxx>
- To: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: PATCH: bugfixes for _rpm
- Date: Wed, 26 Apr 2000 18:35:01 +0100
- In-reply-to: <1000426172340.ZM20629@xxxxxxxxxxxxxxxxxxxxxxx>; from schaefer@xxxxxxxxxxxxxxxxxxxxxxx on Wed, Apr 26, 2000 at 05:23:39PM +0000
- Mail-followup-to: zsh workers mailing list <zsh-workers@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <20000426173759.A11067@xxxxxxxxxxxxxxxxxxxxxxx> <1000426172340.ZM20629@xxxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: Adam Spiers <adam@xxxxxxxxxx>
Bart Schaefer (schaefer@xxxxxxxxxxxxxxxxxxxxxxx) wrote:
> Take that "$expl[@]" out of there, you don't need it and it's ultimately
> causing an empty string as an argument to _files.
Ahah. In that case is _hash wrong? It has
_wanted -C value values expl 'executable file' _files "$expl[@]" -g '*(-*)'
which seems to exhibit the same problem.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author