diff options
Diffstat (limited to 'scripts/runqemu-internal')
| -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 6e20dd7512..6b8bb6520e 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal | |||
| @@ -154,7 +154,7 @@ if [ ! -x "$IFCONFIG" ]; then | |||
| 154 | exit 1 | 154 | exit 1 |
| 155 | fi | 155 | fi |
| 156 | 156 | ||
| 157 | POSSIBLE=`$IFCONFIG -a | grep '^tap' | awk '{print $1}'` | 157 | POSSIBLE=`$IFCONFIG -a | grep '^tap' | awk '{print $1}' | sed s/://` |
| 158 | TAP="" | 158 | TAP="" |
| 159 | LOCKFILE="" | 159 | LOCKFILE="" |
| 160 | for tap in $POSSIBLE; do | 160 | for tap in $POSSIBLE; do |
