diff options
Diffstat (limited to 'net/ethtool.sh')
-rw-r--r-- | net/ethtool.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ethtool.sh b/net/ethtool.sh index d4dc11e4..21a22b65 100644 --- a/net/ethtool.sh +++ b/net/ethtool.sh @@ -29,7 +29,7 @@ ethtool_pre_start() { # Skip everything if no arguments [ -z "${args}" ] && continue - + # Split on \n local IFS="$__IFS" |