From 4e0a4c107e4a2ee708e6e7a9f3edf189fe858f14 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 11 Mar 2022 15:27:00 -0700 Subject: replace ESCAPE-SH-TOKEN and ESCAPE-SH-COMMAND with new SH-ESCAPE Signed-off-by: Sean Whitton --- src/connection/linux-namespace.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection/linux-namespace.lisp') diff --git a/src/connection/linux-namespace.lisp b/src/connection/linux-namespace.lisp index 498cad9..a6f2e0a 100644 --- a/src/connection/linux-namespace.lisp +++ b/src/connection/linux-namespace.lisp @@ -84,7 +84,7 @@ (format nil "nsenter ~@[-S ~D ~]~@[-G ~D ~]-at ~D env -i ~{~A~^ ~} sh -c ~A" - uid gid pid (mapcar #'escape-sh-token env) (escape-sh-token cmd)))) + uid gid pid (mapcar #'sh-escape env) (sh-escape cmd)))) (defmethod establish-connection ((type (eql :nsenter)) remaining &key name pid uid gid) -- cgit v1.2.3