Skip to content

Commit

Permalink
Added support for Clozure CL
Browse files Browse the repository at this point in the history
  • Loading branch information
adlai committed Dec 17, 2009
1 parent 0efec49 commit ee34cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion console.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,8 @@ resource is stored; see also `find-resource'."

(defvar *module-directories*
(list (if *executable*
(make-pathname :directory (pathname-directory (car sb-ext:*posix-argv*)))
(make-pathname :directory (pathname-directory (car #+sbcl sb-ext:*posix-argv*
#+clozure ccl:*command-line-argument-list*)))
(make-pathname :directory
(pathname-directory
(make-pathname
Expand Down

0 comments on commit ee34cef

Please sign in to comment.