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

Don't set PROB_HOME envvar for probcli process

probcli should always be able to figure out its own location.
parent 61498546
No related branches found
No related tags found
No related merge requests found
Pipeline #103350 passed
......@@ -105,7 +105,6 @@ 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