Gentoo Archives: gentoo-commits

From: Yuta SATOH <nigoro.gentoo@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: eclass/
Date: Tue, 01 Jan 2013 15:10:31
Message-Id: 1357045887.0509d7d4b5b207f946576469a2798d5a27dda366.yuta_satoh@gentoo
1 commit: 0509d7d4b5b207f946576469a2798d5a27dda366
2 Author: Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
3 AuthorDate: Tue Jan 1 13:11:27 2013 +0000
4 Commit: Yuta SATOH <nigoro.gentoo <AT> 0x100 <DOT> com>
5 CommitDate: Tue Jan 1 13:11:27 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=0509d7d4
7
8 freebsd.eclass: missing ""
9
10 ---
11 eclass/freebsd.eclass | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/freebsd.eclass b/eclass/freebsd.eclass
15 index 8603712..c9a433e 100644
16 --- a/eclass/freebsd.eclass
17 +++ b/eclass/freebsd.eclass
18 @@ -29,7 +29,7 @@ CDDL="freebsd-cddl-${PV}"
19 # Release version (5.3, 5.4, 6.0, etc)
20 RV="$(get_version_component_range 1-2)"
21
22 -if [[ ${PV} == *9999* ]]; then
23 +if [[ "${PV}" == *9999* ]]; then
24 inherit subversion
25 if [ "${PV%.9999}" != "${PV}" ]; then
26 if [[ "${PV%.9999}" == *\.* ]]; then