summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorYuta SATOH <nigoro@gentoo.gr.jp>2013-01-01 22:11:27 +0900
committerYuta SATOH <nigoro@gentoo.gr.jp>2013-01-01 22:11:27 +0900
commit0509d7d4b5b207f946576469a2798d5a27dda366 (patch)
treebf0617e386898af2c63843eb3a1af15a848f70a0 /eclass
parentfreebsd-pf: fixed QA, bug 449542 (diff)
downloadgentoo-bsd-0509d7d4b5b207f946576469a2798d5a27dda366.tar.gz
gentoo-bsd-0509d7d4b5b207f946576469a2798d5a27dda366.tar.bz2
gentoo-bsd-0509d7d4b5b207f946576469a2798d5a27dda366.zip
freebsd.eclass: missing ""
Diffstat (limited to 'eclass')
-rw-r--r--eclass/freebsd.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/freebsd.eclass b/eclass/freebsd.eclass
index 8603712..c9a433e 100644
--- a/eclass/freebsd.eclass
+++ b/eclass/freebsd.eclass
@@ -29,7 +29,7 @@ CDDL="freebsd-cddl-${PV}"
# Release version (5.3, 5.4, 6.0, etc)
RV="$(get_version_component_range 1-2)"
-if [[ ${PV} == *9999* ]]; then
+if [[ "${PV}" == *9999* ]]; then
inherit subversion
if [ "${PV%.9999}" != "${PV}" ]; then
if [[ "${PV%.9999}" == *\.* ]]; then