diff options
Diffstat (limited to 'emulators/vmware')
-rw-r--r-- | emulators/vmware/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware/scripts/configure b/emulators/vmware/scripts/configure index 75ec1773b1bf..9adf59bf0698 100644 --- a/emulators/vmware/scripts/configure +++ b/emulators/vmware/scripts/configure @@ -102,5 +102,5 @@ 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 ) |