tuned;
authorwenzelm
Wed, 29 May 2024 16:06:07 +0200
changeset 80211 2ec1b11f1f93
parent 80210 f0ead4febf7f
child 80212 67b5e8b88728
tuned;
src/Pure/General/ssh.scala
--- a/src/Pure/General/ssh.scala	Wed May 29 15:58:03 2024 +0200
+++ b/src/Pure/General/ssh.scala	Wed May 29 16:06:07 2024 +0200
@@ -148,11 +148,12 @@
       val config =
         Config.make(options, port = port, user = user,
           control_master = master, control_path = control_path)
-      val cmd =
+      val script =
         Config.command(command, config) +
         if_proper(opts, " " + opts) +
         if_proper(args, " -- " + args)
-      Isabelle_System.bash(cmd, cwd = cwd,
+      Isabelle_System.bash(script,
+        cwd = cwd,
         redirect = redirect,
         progress_stdout = progress_stdout,
         progress_stderr = progress_stderr,