Gentoo Archives: gentoo-dev

From: Steve Long <slong@××××××××××××××××××.uk>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: Re: [gentoo-commits] gentoo-x86 commit in dev-libs/libevent: ChangeLog libevent-1.3e.ebuild
Date: Wed, 14 Nov 2007 00:19:30
Message-Id: fhdenu$u04$1@ger.gmane.org
In Reply to: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-libs/libevent: ChangeLog libevent-1.3e.ebuild by "Jan Kundrát"
1 Jan Kundrát wrote:
2 > Donnie Berkholz wrote:
3 >>> if [[ -n "${ver}" ]] && [[ ${ver//[a-zA-Z-]} != "${PV//[a-zA-Z]}" ]] ;
4 >>> then
5 >>
6 >> It isn't terribly likely to become an issue here, but it might be nicer
7 >> to use [[:alpha:]] than [a-zA-Z].
8 >
9 > Is [[:alpha:]] locale-safe?
10 >
11 Yes, all POSIX character classes listed here are:
12 http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap07.html
13
14
15 --
16 gentoo-dev@g.o mailing list

Replies