aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util.lisp b/src/util.lisp
index 0396fde..11bd496 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -175,9 +175,9 @@ supported."
"Execute FORMS with a local temporary directory's pathname in DIR.
Currently assumes GNU mktemp(1).
-There is no WITH-REMOTE-TEMPORARY-DIRECTORY because POSIX doesn't have a way
-to create temporary directories. If you need a remote temporary directory,
-one solution is to convert your property to a :LISP property."
+There is no WITH-REMOTE-TEMPORARY-DIRECTORY because POSIX doesn't include a
+shell utility to create temporary directories. If you need a remote temporary
+directory, one solution is to convert your property to a :LISP property."
`(let ((,dir (ensure-directory-pathname
(stripln
(run-program "umask 077; mktemp -d" :output :string)))))