more strict;
authorwenzelm
Tue, 24 Jan 2023 11:36:15 +0100
changeset 77068 ef1831744f00
parent 77067 9ca1e7fc2663
child 77069 348f4d95d110
more strict;
src/Pure/System/components.scala
--- a/src/Pure/System/components.scala	Tue Jan 24 11:34:39 2023 +0100
+++ b/src/Pure/System/components.scala	Tue Jan 24 11:36:15 2023 +0100
@@ -74,7 +74,7 @@
   ): Unit = {
     ssh.make_directory(base_dir)
     val archive_name = Archive(name)
-    val archive = base_dir + Path.explode(archive_name)
+    val archive = base_dir + Path.basic(archive_name)
     if (!ssh.is_file(archive)) {
       val remote = Url.append_path(component_repository, archive_name)
       ssh.download_file(remote, archive, progress = progress)