Skip to content
Snippets Groups Projects
Commit f7031276 authored by dgelessus's avatar dgelessus
Browse files

Revert "Don't set PROB_HOME envvar for probcli process"

Doesn't work with the default pre-compiled probcli distribution.

This reverts commit 0cb52c92.
parent 0cb52c92
Branches
Tags
No related merge requests found
Pipeline #103462 passed
......@@ -105,6 +105,7 @@ public final class CliStarter {
final ProcessBuilder pb = new ProcessBuilder();
pb.command(command);
pb.environment().put("PROB_HOME", osPath);
try {
prologProcess = pb.start();
} catch (IOException e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment