From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RAPjL-0001tV-Fi for garchives@archives.gentoo.org; Sun, 02 Oct 2011 17:21:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B924D21C054; Sun, 2 Oct 2011 17:21:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8C83521C054 for ; Sun, 2 Oct 2011 17:21:27 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D864E1B4009 for ; Sun, 2 Oct 2011 17:21:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 265FA80042 for ; Sun, 2 Oct 2011 17:21:26 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <917553475227bdeab70f19edb7a4ea549a1abe8f.WilliamH@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/net.lo.in X-VCS-Directories: init.d/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 917553475227bdeab70f19edb7a4ea549a1abe8f Date: Sun, 2 Oct 2011 17:21: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: bb5d81a163783fec5ee6ac07c4e421b6 commit: 917553475227bdeab70f19edb7a4ea549a1abe8f Author: William Hubbs gentoo org> AuthorDate: Sun Oct 2 17:21:17 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Oct 2 17:21:17 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D91755347 Small style change --- init.d/net.lo.in | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/init.d/net.lo.in b/init.d/net.lo.in index 9b6bf64..66e1945 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -41,7 +41,9 @@ depend() done } =20 -_array_helper() { +# Support bash arrays - sigh +_array_helper() +{ local _a=3D =20 eval _a=3D\$$1 @@ -50,7 +52,6 @@ _array_helper() { [ -n "${_a}" ] && printf "%s\n" "${_a}" } =20 -# Support bash arrays - sigh _get_array() { local _a=3D