aboutsummaryrefslogtreecommitdiff
path: root/src/property/file.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/file.lisp')
-rw-r--r--src/property/file.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/file.lisp b/src/property/file.lisp
index 2644732..aaa3944 100644
--- a/src/property/file.lisp
+++ b/src/property/file.lisp
@@ -116,7 +116,7 @@ Uses CL-PPCRE:REGEX-REPLACE, which see for the syntax of REPLACE."
(defprop directory-exists :posix (dir)
"Ensure that a directory and its parents exists."
- (:desc (strcat dir " exists"))
+ (:desc (strcat (unix-namestring dir) " exists"))
(:apply
(mrun "mkdir" "-p" dir)
;; assume it was already there