bug-gnulib
[Top][All Lists]
Advanced

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

Re: sed --posix


From: Eric Blake
Subject: Re: sed --posix
Date: Wed, 27 May 2009 05:14:33 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090302 Thunderbird/2.0.0.21 Mnenhy/0.7.6.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Simon Josefsson on 5/27/2009 4:33 AM:
> But adding --posix makes it fail:
> 
> address@hidden:~/src/libidn master$ echo 'version 2  '|sed --posix -e 
> 's/version \(2\|2\.1\)\([ ,]\)/version 3\2/g'

You are using \|, which is undefined in BRE, and therefore (correctly)
rejected as a non-POSIX extension when using --posix with newer sed.  It
was a bug in earlier sed that \| was not identified as non-portable.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkodIJkACgkQ84KuGfSFAYDRkwCgtO43fTXDwMxrfltMRHQM8zDc
/SQAn19SUWM/+1rb9ihyy1mcfFflSkGY
=yvCd
-----END PGP SIGNATURE-----




reply via email to

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