diff options
Diffstat (limited to 'scripts/qemu-ifup')
-rwxr-xr-x | scripts/qemu-ifup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/qemu-ifup b/scripts/qemu-ifup index 8abe35f57b..af081fb4d7 100755 --- a/scripts/qemu-ifup +++ b/scripts/qemu-ifup | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | IFCONFIG=`which ifconfig` | 3 | IFCONFIG=`which ifconfig` |
4 | if [ "x$IFCONFIG" == "x" ]; then | 4 | if [ "x$IFCONFIG" = "x" ]; then |
5 | # better than nothing... | 5 | # better than nothing... |
6 | IFCONFIG=/sbin/ifconfig | 6 | IFCONFIG=/sbin/ifconfig |
7 | fi | 7 | fi |