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 CBF661388E4 for ; Thu, 7 Feb 2013 15:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18A8FE059C; Thu, 7 Feb 2013 15:56:34 +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 ABAC1E059C for ; Thu, 7 Feb 2013 15:56:33 +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 BA91033E0AB for ; Thu, 7 Feb 2013 15:56:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5B81EE4073 for ; Thu, 7 Feb 2013 15:56:26 +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: <1360252568.42e46a3ba0d75d23e37650d2cb75113342e3a12c.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: 42e46a3ba0d75d23e37650d2cb75113342e3a12c X-VCS-Branch: master Date: Thu, 7 Feb 2013 15:56:26 +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: e27a63eb-4091-41ef-8396-c78cad03a7e6 X-Archives-Hash: 415ce5dbd3d3f18b95bd0f757c8c0d9b commit: 42e46a3ba0d75d23e37650d2cb75113342e3a12c Author: Yuta SATOH gentoo gr jp> AuthorDate: Thu Feb 7 15:56:08 2013 +0000 Commit: Yuta SATOH 0x100 com> CommitDate: Thu Feb 7 15:56:08 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=42e46a3b freebsd.eclass: remove double quotes more --- eclass/freebsd.eclass | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/freebsd.eclass b/eclass/freebsd.eclass index f705cf1..fd5b0b9 100644 --- a/eclass/freebsd.eclass +++ b/eclass/freebsd.eclass @@ -47,8 +47,8 @@ if [[ ${PV} == *9999* ]]; then 9999) BRANCH="head" ;; *) BRANCH="stable" ;; esac - [[ "${BRANCH}" == "head" ]] || SVN_SUB_URI="${BRANCH}/${MY_PV%.9999}" - [[ "${BRANCH}" == "head" ]] && SVN_SUB_URI="${BRANCH}" + [[ ${BRANCH} == "head" ]] || SVN_SUB_URI="${BRANCH}/${MY_PV%.9999}" + [[ ${BRANCH} == "head" ]] && SVN_SUB_URI="${BRANCH}" ESVN_REPO_URI="svn://svn.freebsd.org/base/${SVN_SUB_URI}" ESVN_PROJECT="freebsd-${BRANCH}" fi @@ -114,7 +114,7 @@ freebsd_rename_libraries() { } freebsd_src_unpack() { - if [[ "${PV}" == *9999* ]]; then + if [[ ${PV} == *9999* ]]; then S="${WORKDIR}" subversion_src_unpack else unpack ${A}