From 7bc920ab563411fa3c9f8223eb4679581d9678f4 Mon Sep 17 00:00:00 2001 From: Christian Wetzig Date: Sat, 12 Feb 2011 13:34:46 -0600 Subject: fix typo in iproute2 module X-Gentoo-Bug: 354511 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=354511 --- net/iproute2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="$__IFS" for ru in $rules ; do unset IFS - ruN="$(trim "${ru}")" + ruN="$(_trim "${ru}")" [ -z "${ruN}" ] && continue vebegin "${cmd} ${ruN}" ip rule ${cmd} ${ru} -- cgit v1.2.3