Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
More [[ $var ]] (Re: zsh-newuser-install)
- X-seq: zsh-workers 32587
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: More [[ $var ]] (Re: zsh-newuser-install)
- Date: Sat, 26 Apr 2014 14:23:30 -0700
- In-reply-to: <20140426212126.58b0ff26@pws-pc.ntlworld.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAH_OBicpVKS-URnd-Gq=gj+qc6OhDCqf0mgDfVcda27mEEfUKg@mail.gmail.com> <140416102727.ZM19090@torch.brasslantern.com> <CAH_OBic7sX1Oc4VWn2KvX40smbRB6A7w8QGXLvPfZLD=CHMddQ@mail.gmail.com> <534FE710.3020601@eastlink.ca> <140417123722.ZM22179@torch.brasslantern.com> <20140423165024.1480528a@pws-pc.ntlworld.com> <lj984r$6uo$1@ger.gmane.org> <CAHYJk3QOZTnicq+Nqg4BXNANa_c6_j5mhyQNK1f8YNtDhxixgA@mail.gmail.com> <slrnlll0kq.v0i.martin@lounge.imp.fu-berlin.de> <20140425172112.7bf50606@pwslap01u.europe.root.pri> <slrnlln1bj.a9l.martin@epidot.math.uni-rostock.de> <20140426212126.58b0ff26@pws-pc.ntlworld.com>
[> workers]
On Apr 26, 9:21pm, Peter Stephenson wrote:
} Subject: Re: zsh-newuser-install
}
} condlex();
} + if (tok == DOUTBRACK)
} + {
} + /* allow [[ $testsize ]] for compatibility */
} + return par_cond_double(dupstring("-n"), s1);
} + }
This isn't good enough, [[ $var && $othervar ]] should also work, etc.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author