aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/connection.lisp2
1 files changed, 1 insertions, 1 deletions
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)