summaryrefslogtreecommitdiff
path: root/emulators/vmware2/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/vmware2/scripts/configure')
-rw-r--r--emulators/vmware2/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware2/scripts/configure b/emulators/vmware2/scripts/configure
index 7fb4e5ce926b..bb2150ac04a6 100644
--- a/emulators/vmware2/scripts/configure
+++ b/emulators/vmware2/scripts/configure
@@ -102,7 +102,7 @@ exec > ${WRKDIR}/Makefile.inc.net
echo '#' `date`
echo VMNET_HOST_IP=$host_ip
echo VMNET_NETMASK=$netmask
-[ $networking -ne 0 ] && echo VMNET_NETWORKING=1
+echo VMNET_NETWORKING=$networking
)
exit 0