Marc G. Fournier wrote:> On Wed, 8 Jun 2005, Brett Schwarz wrote:>>>> ./configure `pg_config --configure | tr "'" " "`>> > Thought of that too, still blows up:>
How about
./configure `pg_config --configure|sed s/\'//g`
Cheers
Mark