Exemplo n.º 1
0
 private void doBuildCommand(final ForkerBuilder builder) {
   fd = CSystem.INSTANCE.popen(buildCommand(builder), builder.io() == IO.INPUT ? "r" : "w");
 }