bug-libtool
[Top][All Lists]
Advanced

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

Re: $ECHO change uncovered underquoting


From: Paolo Bonzini
Subject: Re: $ECHO change uncovered underquoting
Date: Wed, 26 Nov 2008 07:21:20 +0100
User-agent: Thunderbird 2.0.0.18 (Macintosh/20081105)

> 1) Add more escaping to the input lines.  E.g.,
>       _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags 
> `$ECHO "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
> 
> would become
>       _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags 
> `\$ECHO "\$deplibs" | \$SED '\''s/ -lc$//'\''` -link -dll~linknames='

I'll go through them.

Paolo




reply via email to

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