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: Bruno Haible
Subject: Re: Program prefix shouldn't be applied to autopoint
Date: Thu, 7 Apr 2005 14:09:56 +0200
User-agent: KMail/1.5

Stepan Kasal wrote:
> >    --program-transform-name='/^\(gettext\|msgfmt\|xgettext\)$/ s/^/g/'
> 
> unfortunately, \| is undefined in Basic Regular Expressions.

Oh well. I'll then recommend
   --program-transform-name='s/^gettext$/g&/;s/^msgfmt$/g&/;s/^xgettext$/g&/'
instead.

Thank you.

Bruno




reply via email to

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