Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Replace parse-namestring with pathname
Browse files Browse the repository at this point in the history
  • Loading branch information
vlnx committed Jul 13, 2015
1 parent 39aad26 commit e00c6ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lispkit.asd
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

(in-package :lispkit-system)

(defvar *root-directory* (parse-namestring
(directory-namestring
*load-pathname*))
(defvar *root-directory* (pathname (directory-namestring
*load-pathname*))
"The string of the root directory of the project")

(defsystem :lispkit
Expand Down

0 comments on commit e00c6ff

Please sign in to comment.