src/HOL/TPTP/atp_theory_export.ML
changeset 73433 dbc32e3c47e3
parent 73374 316e12147698
child 73575 23d2adc5489e
--- a/src/HOL/TPTP/atp_theory_export.ML	Sun Mar 14 16:50:11 2021 +0100
+++ b/src/HOL/TPTP/atp_theory_export.ML	Sun Mar 14 18:27:55 2021 +0100
@@ -59,8 +59,7 @@
     val path = getenv (List.last (fst exec)) ^ "/" ^ List.last (snd exec)
     val command =
       File.bash_path (Path.explode path) ^ " " ^
-      arguments ctxt false "" atp_timeout (File.bash_path prob_file)
-                (ord, K [], K [])
+      arguments ctxt false "" atp_timeout prob_file (ord, K [], K [])
     val outcome =
       Timeout.apply atp_timeout Isabelle_System.bash_output command
       |> fst