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 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 |
134 | fi | 134 | fi |
135 | 135 | ||
136 | IFCONFIG=`which ifconfig` | 136 | IFCONFIG=`which ifconfig 2> /dev/null` |
137 | if [ -z "$IFCONFIG" ]; then | 137 | if [ -z "$IFCONFIG" ]; then |
138 | IFCONFIG=/sbin/ifconfig | 138 | IFCONFIG=/sbin/ifconfig |
139 | fi | 139 | fi |