diff options
-rwxr-xr-x | scripts/runqemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index e346c64f51..2784d675ab 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal | |||
@@ -179,7 +179,7 @@ else | |||
179 | exit 1 | 179 | exit 1 |
180 | fi | 180 | fi |
181 | 181 | ||
182 | POSSIBLE=`$IFCONFIG link | grep 'tap' | awk '{print $2}' | sed s/://` | 182 | POSSIBLE=`$IFCONFIG link | grep 'tap' | awk '{print $2}' | sed -e 's/://' -e 's/@.*//'` |
183 | TAP="" | 183 | TAP="" |
184 | LOCKFILE="" | 184 | LOCKFILE="" |
185 | USE_PRECONF_TAP="no" | 185 | USE_PRECONF_TAP="no" |