proper platform path for Windows;
authorwenzelm
Wed, 15 Jul 2020 12:43:36 +0200
changeset 72037 aa6a36c730c9
parent 72036 e48a5b6b7554
child 72038 254c324f31fd
proper platform path for Windows;
src/Pure/ML/ml_statistics.scala
--- a/src/Pure/ML/ml_statistics.scala	Wed Jul 15 12:30:25 2020 +0200
+++ b/src/Pure/ML/ml_statistics.scala	Wed Jul 15 12:43:36 2020 +0200
@@ -43,7 +43,7 @@
     }
 
     Bash.process("exec \"$POLYML_EXE\" -q --use " +
-      File.bash_path(Path.explode("~~/src/Pure/ML/ml_statistics.ML")) +
+      File.bash_platform_path(Path.explode("~~/src/Pure/ML/ml_statistics.ML")) +
       " --eval " + Bash.string("ML_Statistics.monitor " + ML_Syntax.print_long(pid) + " " +
           ML_Syntax.print_double(delay.seconds)))
       .result(progress_stdout = progress_stdout, strict = false).check