From 73c862b7920c7d514209d77c584829da28bdd79d Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 7 Apr 2011 07:48:56 -0500 Subject: fix typo in ethtool.sh This was causing the ethtool interface to not work. X-Gentoo-Bug: 360481 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=360481 --- net/ethtool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ethtool.sh b/net/ethtool.sh index 8ea1cde..404a3dc 100644 --- a/net/ethtool.sh +++ b/net/ethtool.sh @@ -37,7 +37,7 @@ ethtool_pre_start() { IFS="${OIFS}" local args_pretty="$(_trim "${p}")" # Do nothing if empty - [ -z "${args_prety}" ] && continue + [ -z "${args_pretty}" ] && continue args_pretty="--${opt} $IFACE ${args_pretty}" args="--${opt} $IFACE ${args}" ebegin "ethtool ${args_pretty}" -- cgit v1.2.3