aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.lisp')
-rw-r--r--src/connection.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.lisp b/src/connection.lisp
index 57b48c6..b2b0cac 100644
--- a/src/connection.lisp
+++ b/src/connection.lisp
@@ -286,7 +286,7 @@ which will be cleaned up when BODY is finished."
;; writeable by its owner, POSIX doesn't require this, so set a umask.
(connection-run
connection
- #?"umask 077; echo 'mkstemp(${template})' | m4 2>/dev/null || mktemp '${template}'"
+#?"umask 077; echo 'mkstemp(${template})' 2>/dev/null | m4 2>/dev/null || mktemp '${template}'"
nil)
(let ((lines (lines out)))
(if (and (zerop exit) lines)