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/ssh.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection/ssh.lisp') diff --git a/src/connection/ssh.lisp b/src/connection/ssh.lisp index f4d30cc..1154578 100644 --- a/src/connection/ssh.lisp +++ b/src/connection/ssh.lisp @@ -46,4 +46,4 @@ ;; wrap in 'sh -c' in case the login shell is not POSIX (format nil "ssh ~A ~A" (ssh-host connection) - (escape-sh-token (format nil "sh -c ~A" (escape-sh-token cmd))))) + (sh-escape (format nil "sh -c ~A" (sh-escape cmd))))) -- cgit v1.2.3