Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

'patch -Rp0<!$' loses the < in expansion



[[[
% 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