From 7c4796c96b1f7cffe8012bb5585e05b273fecfb4 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 5 Mar 2021 11:46:06 -0700 Subject: fix RUN & MRUN's handling of :ENV Signed-off-by: Sean Whitton --- src/connection.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection.lisp') diff --git a/src/connection.lisp b/src/connection.lisp index 96cf83e..10e0d74 100644 --- a/src/connection.lisp +++ b/src/connection.lisp @@ -198,7 +198,7 @@ the root Lisp's machine. For example, using rsync(1) over SSH.")) finally (when accum (setq cmd (format nil "env ~{~A~^ ~} ~A" - (escape-sh-command accum) + (mapcar #'escape-sh-token accum) cmd)))) ,@forms)) -- cgit v1.2.3