Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: suggestion for new condition
- X-seq: zsh-workers 4982
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxxxxxxxxxxxx>, "Zsh hackers list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: PATCH: suggestion for new condition
- Date: Mon, 25 Jan 1999 15:50:06 +0300
- Importance: Normal
- In-reply-to: <9901251057.AA75928@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> I worry a little, too, (though it maybe groundless) that overloading
> conditions in the basic shell will cause unexpected results with
> existing tests that ought to work, e.g. things like [[ -v = -v ]] ---
What I think about, may be, quoting can be of some help here. That is, -v is
condition, but \-v or '-v' or "-v" should be interpreted as plain string? I
never used unquoted strings, even if it is quite legal. "str" simply looks
better :-) Others may have own preferences, though ...
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author