author | wenzelm |
Mon, 01 Mar 2021 15:09:57 +0100 | |
changeset 73331 | d045cdbdf243 |
parent 73330 | 0fb889c361e6 |
child 73332 | 91703452523d |
child 73347 | da4334257742 |
--- a/src/Pure/System/isabelle_system.ML Mon Mar 01 14:58:00 2021 +0100 +++ b/src/Pure/System/isabelle_system.ML Mon Mar 01 15:09:57 2021 +0100 @@ -82,7 +82,8 @@ fun copy_file src dst = scala_function "copy_file" [src, dst]; fun copy_file_base (base_dir, src) target_dir = - scala_function "copy_file_base" [base_dir, src, target_dir]; + scala_function0 "copy_file_base" + [absolute_path base_dir, Path.implode src, absolute_path target_dir]; (* tmp files *)