autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/3] Properly expand @configure_input@ in config.status.


From: Paul Eggert
Subject: Re: [PATCH 1/3] Properly expand @configure_input@ in config.status.
Date: Sat, 05 Jan 2008 00:24:46 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Ralf Wildenhues <address@hidden> writes:

> If & is used as sed s delimiter, then escaping & in the RHS right is
> tricky (portably), as it's now both delimiter and replacement
> operator, and literal.

I don't see why it's tricky to do portably.  If the RHS contains '&',
escape it with a backslash.  That's simple and portable, no?

The advantage of using & as a delimiter is that any other choice of a
delimiter means one more character to escape (namely, the delimiter).

(Admittedly these are all minor points.)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]