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 1PoLHZ-0003Nz-8A for garchives@archives.gentoo.org; Sat, 12 Feb 2011 19:37:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB6D0E09BA; Sat, 12 Feb 2011 19:37:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BD222E09BA for ; Sat, 12 Feb 2011 19:37:17 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4364C1B440A for ; Sat, 12 Feb 2011 19:37:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9D1AA8006A for ; Sat, 12 Feb 2011 19:37:16 +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: <7bc920ab563411fa3c9f8223eb4679581d9678f4.williamH@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: net/ X-VCS-Repository: proj/openrc X-VCS-Files: net/iproute2.sh X-VCS-Directories: net/ X-VCS-Committer: williamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 7bc920ab563411fa3c9f8223eb4679581d9678f4 Date: Sat, 12 Feb 2011 19:37:16 +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: f769db2f3160578cf1eab60f4c0369c0 commit: 7bc920ab563411fa3c9f8223eb4679581d9678f4 Author: Christian Wetzig wetzig de> AuthorDate: Sat Feb 12 19:34:46 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Feb 12 19:34:46 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D7bc920ab fix typo in iproute2 module X-Gentoo-Bug: 354511 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=3D354511 --- net/iproute2.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/iproute2.sh b/net/iproute2.sh index 4841c10..6194faf 100644 --- a/net/iproute2.sh +++ b/net/iproute2.sh @@ -221,7 +221,7 @@ _ip_rule_runner() { local IFS=3D"$__IFS" for ru in $rules ; do unset IFS - ruN=3D"$(trim "${ru}")" + ruN=3D"$(_trim "${ru}")" [ -z "${ruN}" ] && continue vebegin "${cmd} ${ruN}" ip rule ${cmd} ${ru}