Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug triage
- X-seq: zsh-workers 26208
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug triage
- Date: Tue, 30 Dec 2008 13:40:49 +0100
- Cc: Matt Wozniski <godlygeek@xxxxxxxxx>, Richard Hartmann <richih.mailinglist@xxxxxxxxx>, 381842@xxxxxxxxxxxxxxx
- In-reply-to: <20081230123811.GP17090@xxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, Matt Wozniski <godlygeek@xxxxxxxxx>, Richard Hartmann <richih.mailinglist@xxxxxxxxx>, 381842@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70812291311s3fe60715of556b785037f3bb1@xxxxxxxxxxxxxx> <20081229233506.GM17090@xxxxxxxxxxxxxxxxxxx> <17393e3e0812291540u366992a2l4ef42fee6341a0bf@xxxxxxxxxxxxxx> <20081230045514.GA27687@xxxxxxxx> <20081230123811.GP17090@xxxxxxxxxxxxxxxxxxx>
On 2008-12-30 13:38:12 +0100, Vincent Lefevre wrote:
> There's still the possibility to replace
>
> ${+_deb_packages_cache_installed} -eq 0
>
> by
>
> -n "$+_deb_packages_cache_installed"
Oops, I meant:
-z "$+_deb_packages_cache_installed"
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author