diff options
Diffstat (limited to 'net.Linux/vlan.sh')
-rw-r--r-- | net.Linux/vlan.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net.Linux/vlan.sh b/net.Linux/vlan.sh index 23cdf777..2947d261 100644 --- a/net.Linux/vlan.sh +++ b/net.Linux/vlan.sh @@ -38,8 +38,7 @@ vlan_pre_start() { _exists || return 1 local v= x= e= - local IFS=" -" + local IFS="$__IFS" for v in ${vc}; do unset IFS case "${v}" in |