equal
deleted
inserted
replaced
168 bash("cp -a " + File.bash_path(dir1) + " " + File.bash_path(dir2)).check |
168 bash("cp -a " + File.bash_path(dir1) + " " + File.bash_path(dir2)).check |
169 |
169 |
170 |
170 |
171 /* tmp files */ |
171 /* tmp files */ |
172 |
172 |
173 private def isabelle_tmp_prefix(): JFile = |
173 def isabelle_tmp_prefix(): JFile = |
174 { |
174 { |
175 val path = Path.explode("$ISABELLE_TMP_PREFIX") |
175 val path = Path.explode("$ISABELLE_TMP_PREFIX") |
176 path.file.mkdirs // low-level mkdirs |
176 path.file.mkdirs // low-level mkdirs |
177 File.platform_file(path) |
177 File.platform_file(path) |
178 } |
178 } |