From 02ba1f42a0c5c065c9f158d302d614322e53efe7 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 6 Mar 2021 15:59:33 -0700 Subject: REMOVE -> DELETE Signed-off-by: Sean Whitton --- src/connection.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.lisp b/src/connection.lisp index 178157f..5ab2986 100644 --- a/src/connection.lisp +++ b/src/connection.lisp @@ -330,7 +330,7 @@ start with RUN." ;; seems there is nothing like stat(1) in POSIX, and note that ;; --reference for chmod(1) and chown(1) is not POSIX (re:register-groups-bind - (((lambda (s) (remove #\- s)) umode gmode omode) uid gid) + (((lambda (s) (delete #\- s)) umode gmode omode) uid gid) (#?/^.(...)(...)(...).[0-9]+ ([0-9]+) ([0-9]+) / (mrun "ls" "-nd" path) :sharedp t) (connection-writefile *connection* path content mode) -- cgit v1.2.3