Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Minor xtrace inaccuracy
- X-seq: zsh-workers 31808
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Minor xtrace inaccuracy
- Date: Thu, 10 Oct 2013 07:43:33 -0700
- 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
In _arguments at line 398 is this:
if [[ "$action" = \ # ]]; then
This is printed by xtrace as:
[[ '' == # ]]
The quoting of the space character is lost.
--
Barton E. Schaefer
Messages sorted by:
Reverse Date,
Date,
Thread,
Author