Skip to content
Snippets Groups Projects
Commit a084e94b authored by Mike Hibler's avatar Mike Hibler
Browse files

Change the sense of the "(en|dis)able-windows" param to config for boss

install.  This had been fixed for ops-install, but not boss.
parent 92684b3c
No related branches found
No related tags found
No related merge requests found
......@@ -688,7 +688,7 @@ sub SetupBossNode()
mysystem("cd ${TBDIR}/testbed/obj/testbed; ".
" ../../src/testbed/configure ".
" --with-TBDEFS=../../src/testbed/defs-elabinelab ".
($WINSUPPORT ? "--enable-windows" : ""));
($WINSUPPORT ? "" : "--disable-windows"));
#
# Create the boss node. This will also install the software.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment