Re: little anoyance with configure - Mailing list pgsql-hackers

From Tom Lane
Subject Re: little anoyance with configure
Date
Msg-id 1229.1164924714@sss.pgh.pa.us
Whole thread Raw
In response to Re: little anoyance with configure  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-hackers
Martijn van Oosterhout <kleptog@svana.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 abouttr 'x_' 'x-'
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: little anoyance with configure
Next
From: Tom Lane
Date:
Subject: Re: little anoyance with configure