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
This commit is contained in:
William Hubbs 2011-04-07 07:48:56 -05:00
parent 46e67badd2
commit 73c862b792

View File

@ -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}"