src/Pure/Thy/export.scala
changeset 78158 8b5a2e4b16d4
parent 78153 55a6aa77f3d8
child 78164 5454bec8f5c6
--- a/src/Pure/Thy/export.scala	Wed Jun 14 17:20:05 2023 +0200
+++ b/src/Pure/Thy/export.scala	Thu Jun 15 14:28:17 2023 +0200
@@ -534,7 +534,7 @@
           Isabelle_System.make_directory(path.dir)
           val bytes = entry.bytes
           if (!path.is_file || Bytes.read(path) != bytes) Bytes.write(path, bytes)
-          File.set_executable(path, entry.executable)
+          File.set_executable(path, flag = entry.executable)
         }
       }
     }