aboutsummaryrefslogtreecommitdiff
path: root/src/interp/util.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/util.lisp')
-rw-r--r--src/interp/util.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/util.lisp b/src/interp/util.lisp
index f4ef0187..c8dfa8b6 100644
--- a/src/interp/util.lisp
+++ b/src/interp/util.lisp
@@ -79,7 +79,7 @@
direc))))
(defun interp-make-directory (direc)
- (let ((current-dir (get-current-directory)))
+ (let ((current-dir (|getWorkingDirectory|)))
(setq direc (namestring direc))
(|ensureTrailingSlash|
(if (string= direc "")