libtool
[Top][All Lists]
Advanced

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

Re: cvs build prob


From: Alexandre Duret-Lutz
Subject: Re: cvs build prob
Date: Tue, 27 Jul 2004 18:26:15 +0200

On Tue, Jul 27, 2004 at 05:15:17PM +0100, Patrick Welche wrote:

> Reminder of the miscreant line:
>
>   output_verbose_link_cmd="`$echo \"X$output_verbose_link_cmd\" | $Xsed -e 
> \"$no_glob_subst\"`"
>

Why not replacing it with

output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed 
"$no_glob_subst"`

?

The right-hand side of `=' is never IFS-splitted, so the outermost
double quotes are superfluous.




reply via email to

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