mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* config/general.m4sh (sed_double_backslash): Undo an
over-optimisation.
This commit is contained in:
parent
8d2d20248a
commit
6b55376125
@ -1,3 +1,8 @@
|
||||
2004-10-22 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* config/general.m4sh (sed_double_backslash): Undo an
|
||||
over-optimisation.
|
||||
|
||||
2004-10-21 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
* AUTHORS: Reformatted to better reflect the current state of
|
||||
|
@ -100,8 +100,8 @@ double_quote_subst='s/\([["`\\]]\)/\\\1/g'
|
||||
# Since each input `\' is now two `\'s, look for any number of runs of
|
||||
# four `\'s followed by two `\'s and then a '$'. `\' that '$'. Note
|
||||
# that the embedded single quotes serve only to enhance readability.
|
||||
sed_double_backslash='s/^\(\(''\\\\''\\\\''\)*''\\\\''\$\)/\\\1/;
|
||||
s/\([[^\\]]\(''\\\\''\\\\''\)*''\\\\''\$\)/\\\1/g'
|
||||
sed_double_backslash='s/^\(\(''\\\\''\\\\''\)*''\\\\''\)\$/\1\\$/;
|
||||
s/\([[^\\]]\(''\\\\''\\\\''\)*''\\\\''\)\$/\1\\$/g'
|
||||
|
||||
# test EBCDIC or ASCII
|
||||
case `$ECHO A|tr A '\301'` in
|
||||
|
Loading…
Reference in New Issue
Block a user