diff options
Diffstat (limited to 'guix')
-rw-r--r-- | guix/ssh.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/ssh.scm b/guix/ssh.scm index 77a9732ce5..232b6bfe94 100644 --- a/guix/ssh.scm +++ b/guix/ssh.scm @@ -268,7 +268,7 @@ EXP never returns or calls 'primitive-exit' when it's done." ;; Use 'connect-to-daemon' to honor GUIX_DAEMON_SOCKET. (let ((sock (connect-to-daemon (or (getenv "GUIX_DAEMON_SOCKET") - socket-name))) + ,socket-name))) (stdin (current-input-port)) (stdout (current-output-port)) (select* (lambda (read write except) |