aboutsummaryrefslogtreecommitdiff
path: root/src/connection/shell-wrap.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/shell-wrap.lisp')
-rw-r--r--src/connection/shell-wrap.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/shell-wrap.lisp b/src/connection/shell-wrap.lisp
index 6c70210..d821f22 100644
--- a/src/connection/shell-wrap.lisp
+++ b/src/connection/shell-wrap.lisp
@@ -50,6 +50,6 @@
(multiple-value-bind (out exit)
(connection-run
conn
- #?"mv ${(escape-sh-token temp)} ${(escape-sh-token path)}"
+ #?"mv ${(escape-sh-token temp)} ${(escape-sh-token (unix-namestring path))}"
nil)
(unless (zerop exit) (error "Failed to write ~A: ~A" path out)))))