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 8abe35f57..af081fb4d 100755 --- a/scripts/qemu-ifup +++ b/scripts/qemu-ifup @@ -1,7 +1,7 @@ #!/bin/sh IFCONFIG=`which ifconfig` -if [ "x$IFCONFIG" == "x" ]; then +if [ "x$IFCONFIG" = "x" ]; then # better than nothing... IFCONFIG=/sbin/ifconfig fi |