From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2619613821E for ; Tue, 1 Jan 2013 15:10:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 982DDE0441; Tue, 1 Jan 2013 15:10:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EAB0E0441 for ; Tue, 1 Jan 2013 15:10:22 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E81B433D7D6 for ; Tue, 1 Jan 2013 15:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7E96DE5439 for ; Tue, 1 Jan 2013 15:10:20 +0000 (UTC) From: "Yuta SATOH" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuta SATOH" Message-ID: <1357045887.0509d7d4b5b207f946576469a2798d5a27dda366.yuta_satoh@gentoo> Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: eclass/ X-VCS-Repository: proj/gentoo-bsd X-VCS-Files: eclass/freebsd.eclass X-VCS-Directories: eclass/ X-VCS-Committer: yuta_satoh X-VCS-Committer-Name: Yuta SATOH X-VCS-Revision: 0509d7d4b5b207f946576469a2798d5a27dda366 X-VCS-Branch: master Date: Tue, 1 Jan 2013 15:10:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 03e272b4-4ad9-445b-a75a-f49594f615a4 X-Archives-Hash: 1de8a5bff06866605d38bf0b450dc4ea commit: 0509d7d4b5b207f946576469a2798d5a27dda366 Author: Yuta SATOH gentoo gr jp> AuthorDate: Tue Jan 1 13:11:27 2013 +0000 Commit: Yuta SATOH 0x100 com> CommitDate: Tue Jan 1 13:11:27 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=0509d7d4 freebsd.eclass: missing "" --- eclass/freebsd.eclass | 2 +- 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