diff options
Diffstat (limited to 'scripts/runqemu-gen-tapdevs')
| -rwxr-xr-x | scripts/runqemu-gen-tapdevs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs index 4f8ea979d2..ec3ecb03b9 100755 --- a/scripts/runqemu-gen-tapdevs +++ b/scripts/runqemu-gen-tapdevs | |||
| @@ -59,7 +59,7 @@ if [ ! -x "$RUNQEMU_IFUP" ]; then | |||
| 59 | fi | 59 | fi |
| 60 | 60 | ||
| 61 | if interfaces=`ip tuntap list` 2>/dev/null; then | 61 | if interfaces=`ip tuntap list` 2>/dev/null; then |
| 62 | interfaces=`echo "$interfaces |cut -f1 -d:` | 62 | interfaces=`echo "$interfaces" |cut -f1 -d:` |
| 63 | else | 63 | else |
| 64 | echo "Failed to call 'ip tuntap list'" >&2 | 64 | echo "Failed to call 'ip tuntap list'" >&2 |
| 65 | exit 1 | 65 | exit 1 |
