summaryrefslogtreecommitdiffstats
path: root/emulators/vmware2
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-09-10 15:03:00 +0000
committerknu <knu@FreeBSD.org>2000-09-10 15:03:00 +0000
commit638ac7892207a46eab635679edfa4cab40f32681 (patch)
treedd520042d858e5cacbc18ff556e9f0d5d7b46e3e /emulators/vmware2
parent6590f6bc1ed40df66a629b441be7cfd77e1e7f68 (diff)
downloadFreeBSD-ports-638ac7892207a46eab635679edfa4cab40f32681.zip
FreeBSD-ports-638ac7892207a46eab635679edfa4cab40f32681.tar.gz
Fix the configure script that caused a syntax error when no networking.
PR: ports/20816 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Diffstat (limited to 'emulators/vmware2')
-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 7fb4e5c..bb2150a 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
OpenPOWER on IntegriCloud