Re: little anoyance with configure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: ohp(at)pyrenet(dot)fr, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: little anoyance with configure
Date: 2006-11-30 22:11:54
Message-ID: 1229.1164924714@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> On my system I need to at least escape the hyphen again:

> $ echo test_string | tr 'a_b' 'a\-b'
> test-string

Hm. How about
tr 'x_' 'x-'

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-11-30 22:14:07 Re: little anoyance with configure
Previous Message Andrew Dunstan 2006-11-30 22:10:04 Re: little anoyance with configure