Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
'patch -Rp0<!$' loses the < in expansion
- X-seq: zsh-workers 29688
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: 'patch -Rp0<!$' loses the < in expansion
- Date: Tue, 16 Aug 2011 12:46:02 +0300
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:to:subject:message-id :mime-version:content-type; s=smtpout; bh=H9sx8wDi1UtfoD9y83Fz49 uhV10=; b=o7Sgt8ec0H3Qp2JDEcpjY2+jy0zMvCUHgtn0UyIaROhILTdY1+H2R+ ScY52v00aVcwFbMzCOfSHpmz3bHTv4+tlzpcEDrimxfOpvul0htqReNCre0ppIVM Bs7jhPj/VbZLlPwHgtkRH4/XILQqBUHA/JRhys8jHm+T9rF9rOxqE=
- 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
[[[
% echo >foo
% : -Rp0<!$
: -Rp0foo
% echo >foo
% : -Rp0 <!$
: -Rp0 <foo
]]]
This reproduces using 4.3.10 (me) and HEAD (Frank Terbeck).
Shouldn't the < be retained?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author