tuned, following ML_Statistics.monitor;
authorwenzelm
Thu, 02 Mar 2023 15:55:20 +0100
changeset 77482 10147ecf9196
parent 77481 1e10689ee184
child 77483 291f5848bf55
tuned, following ML_Statistics.monitor;
src/Pure/ML/ml_process.scala
--- a/src/Pure/ML/ml_process.scala	Thu Mar 02 15:51:24 2023 +0100
+++ b/src/Pure/ML/ml_process.scala	Thu Mar 02 15:55:20 2023 +0100
@@ -120,7 +120,7 @@
     val process_policy = options.string("ML_process_policy")
     val process_prefix = if_proper(process_policy, process_policy + " ")
 
-    Bash.process(process_prefix + """"$ML_HOME/poly" -q """ + Bash.strings(bash_args),
+    Bash.process(process_prefix + "\"$POLYML_EXE\" -q " + Bash.strings(bash_args),
       cwd = cwd,
       env = bash_env,
       redirect = redirect,