aboutsummaryrefslogtreecommitdiff
path: root/src/interp/patches.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/patches.lisp')
-rw-r--r--src/interp/patches.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp
index b851f085..a28df227 100644
--- a/src/interp/patches.lisp
+++ b/src/interp/patches.lisp
@@ -71,7 +71,7 @@
#- (or :SBCL :GCL) (error "don't know how to chdir in this Lisp")
;; FIXME: some Lisps may not properly end the name with slash
;; investigate.
- (setf *default-pathname-defaults* dir)
+ (setf *default-pathname-defaults* (|ensureTrailingSlash| dir))
(|sayKeyedMsg| 'S2IZ0070
(list (namestring *default-pathname-defaults*)))))