summaryrefslogtreecommitdiff
path: root/net/ethtool.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/ethtool.sh')
-rw-r--r--net/ethtool.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/ethtool.sh b/net/ethtool.sh
index ba5719d..4e10409 100644
--- a/net/ethtool.sh
+++ b/net/ethtool.sh
@@ -3,10 +3,7 @@
ethtool_depend()
{
- local x
- x=$(_which ethtool)
- [ -z "$x" ] && return 1
- program $x
+ program ethtool
before interface
}