[mythtv] Broken configure due to sed quoting?

Nigel Pearson nigel at ind.tansu.com.au
Tue Nov 6 23:59:24 UTC 2007


>
> HPATHS="$HPATHS "`echo $INCL | sed "s/$libdir_name/include/g"`" "

Do'h. Yes, I see now:

value=blah
echo "Value='$value'"
echo "Value=\"$value\""
echo "Value=`echo '$value'`"
echo "Value="`echo "$value"`

The third one won't echo blah.


I think I will just remove the single quotes.
They are not needed, because the sed expression
won't contain any spaces (already a single arg)

--
Nigel Pearson, nigel at ind.tansu.com.au|"In this city I confess;
Telstra Net. Eng., Sydney, Australia | god is mammon, more is less.
Office: 9202 3900    Fax:  9261 3912 | Off like lemmings at the gun!
Mobile: 0408 664435  Home: 9792 6998 | I know better, still I run"


More information about the mythtv-dev mailing list