From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0600A1396D0 for ; Thu, 21 Sep 2017 12:57:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DCBFE0BE7; Thu, 21 Sep 2017 12:57:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D3A7E0BE7 for ; Thu, 21 Sep 2017 12:57:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 256EC3417C6 for ; Thu, 21 Sep 2017 12:57:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E258F72A8 for ; Thu, 21 Sep 2017 12:57:55 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1505998322.0d4831f9da9cb30979407e9144c042d181ce9ef8.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:eapi7-ver commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/eapi7-ver.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0d4831f9da9cb30979407e9144c042d181ce9ef8 X-VCS-Branch: eapi7-ver Date: Thu, 21 Sep 2017 12:57:55 +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: 318ad04b-41e7-43ae-afbb-4fe009c3eef8 X-Archives-Hash: 0ee6de90e3efdb8f79ff2c93c8862531 commit: 0d4831f9da9cb30979407e9144c042d181ce9ef8 Author: Ulrich Müller gentoo org> AuthorDate: Thu Sep 21 12:52:02 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Sep 21 12:52:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4831f9 eapi7-ver.eclass: Fix some ugliness. eclass/eapi7-ver.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/eapi7-ver.eclass b/eclass/eapi7-ver.eclass index 7cfbf7e88d2..3ddd8954556 100644 --- a/eclass/eapi7-ver.eclass +++ b/eclass/eapi7-ver.eclass @@ -188,7 +188,7 @@ ver_test() { local LC_ALL=C local va op vb - if [[ ${#} -eq 3 ]]; then + if [[ $# -eq 3 ]]; then va=${1} shift else