Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: 'command -pv zsh' => 'zsh: command not found: -pv'
- X-seq: zsh-workers 29568
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxx
- Subject: Re: 'command -pv zsh' => 'zsh: command not found: -pv'
- Date: Wed, 20 Jul 2011 19:59:11 -0700
- In-reply-to: <20110720152310.GA29279@daniel3.local>
- 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: <20110720152310.GA29279@daniel3.local>
On Jul 20, 6:23pm, Daniel Shahaf wrote:
}
} Looking into the cause, I guess that it's due to this bit of argument
} parsing in ./Src/exec.c:2433:
[...]
} I've looked into converting that parsing to a while() loop (as used by
} other if() blocks in the vicinity), but haven't got a working patch yet
} and didn't want to delay this email until I did.
All of the code around there is a bit tangled. Consider this thread
http://www.zsh.org/mla/workers/2011/msg00034.html (workers/28595)
in particular
http://www.zsh.org/mla/workers/2011/msg00035.html (28596)
http://www.zsh.org/mla/workers/2011/msg00043.html (28604)
before you dive too far into anything.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author