Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] improved git completion
- X-seq: zsh-workers 24479
- From: Dominik Vogt <dominik.vogt@xxxxxx>
- To: Zsh Workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: [PATCH] improved git completion
- Date: Tue, 29 Jan 2008 09:38:10 +0100
- In-reply-to: <dbfc82860801280145v6f620c13x79a69c1212140ddf@xxxxxxxxxxxxxx>
- Mail-followup-to: Zsh Workers <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080124184704.GA864@xxxxxx> <dbfc82860801280145v6f620c13x79a69c1212140ddf@xxxxxxxxxxxxxx>
- Reply-to: dominik.vogt@xxxxxx
On Mon, Jan 28, 2008 at 10:45:50AM +0100, Nikolai Weibull wrote:
> On Jan 24, 2008 7:47 PM, Dominik Vogt <dominik.vogt@xxxxxx> wrote:
>
> > 0002*
> >
> > Also replaces $* with $@ in some places
>
> Why?
It should have been "$@", not just $@, sorry.
The reason is that $*, $@ or "$*" don't handle whitespace in the
arguments. Only "$@" keeps the original tokens.
Ciao
Dominik ^_^ ^_^
--
Dominik Vogt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author