proper result from "offline" tool;
authorwenzelm
Sun, 19 Jan 2025 23:48:17 +0100
changeset 81929 5e471f58fb9b
parent 81928 d6366c0c9d5c
child 81930 8c8726e82b71
proper result from "offline" tool;
src/Pure/Admin/component_hol_light.scala
--- a/src/Pure/Admin/component_hol_light.scala	Sun Jan 19 21:02:03 2025 +0100
+++ b/src/Pure/Admin/component_hol_light.scala	Sun Jan 19 23:48:17 2025 +0100
@@ -180,7 +180,7 @@
 
         run(3,
           File.bash_path(platform_dir + offline_exe) + " proofs",
-          "zstd -8 proofs")
+          "zstd -8 -c < proofsN > proofs.zst")
 
         val bundle_dir = Isabelle_System.make_directory(component_dir.path + Path.explode("bundle"))
         for (name <- List("facts.lst", "maps.lst", "proofs.zst")) {