bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: Program prefix shouldn't be applied to autopoint


From: Stepan Kasal
Subject: Re: Program prefix shouldn't be applied to autopoint
Date: Mon, 4 Apr 2005 22:21:32 +0200
User-agent: Mutt/1.4.1i

Hello,

On Mon, Apr 04, 2005 at 06:28:03PM +0200, Bruno Haible wrote:
>    --program-transform-name='/^\(gettext\|msgfmt\|xgettext\)$/ s/^/g/'

unfortunately, \| is undefined in Basic Regular Expressions.

The portable solution could look for example this:

   --program-transform-name='s/^x*gettext$/g&/;s/^msgfmt/g&/'

Have a nice day,
        Stepan




reply via email to

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