summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu-internal
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu-internal')
-rwxr-xr-xscripts/runqemu-internal2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
index 883fa5b902..19f8d3de8e 100755
--- a/scripts/runqemu-internal
+++ b/scripts/runqemu-internal
@@ -133,7 +133,7 @@ if [ ! -d "$LOCKDIR" ]; then
133 chmod 777 $LOCKDIR 133 chmod 777 $LOCKDIR
134fi 134fi
135 135
136IFCONFIG=`which ifconfig` 136IFCONFIG=`which ifconfig 2> /dev/null`
137if [ -z "$IFCONFIG" ]; then 137if [ -z "$IFCONFIG" ]; then
138 IFCONFIG=/sbin/ifconfig 138 IFCONFIG=/sbin/ifconfig
139fi 139fi