aboutsummaryrefslogtreecommitdiff
path: root/net.Linux/bridge.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net.Linux/bridge.sh')
-rw-r--r--net.Linux/bridge.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.Linux/bridge.sh b/net.Linux/bridge.sh
index 6c3019bc..12c77768 100644
--- a/net.Linux/bridge.sh
+++ b/net.Linux/bridge.sh
@@ -112,7 +112,7 @@ bridge_post_stop() {
# Work out if we're added to a bridge for removal or not
eval set -- $(brctl show 2>/dev/null | sed -e "s/'/'\\\\''/g" -e "s/$/'/g" -e "s/^/'/g")
local line=
- for line in "$@"; do
+ for line; do
set -- ${line}
if [ "$3" = "${IFACE}" ]; then
iface=$1