aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/make-image.lisp
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-10-06 14:30:15 +0200
committerGravatar Tom Willemse2013-10-06 14:30:15 +0200
commit97d631db555dd5d663d4f81987ab86ebc2aa4d9a (patch)
tree3fc5faf66cb865c98cca4c4c8b41b72932c47812 /lisp/make-image.lisp
parent31f1be23f268f8ec6f592ed14bf8e914395e86a0 (diff)
downloadclark-97d631db555dd5d663d4f81987ab86ebc2aa4d9a.tar.gz
clark-97d631db555dd5d663d4f81987ab86ebc2aa4d9a.zip
Change that crazy name
Practical Common Lisp suggested that most Lisp projects used Java-like naming schemes. I have not seen this happen in the real world so much.
Diffstat (limited to 'lisp/make-image.lisp')
-rw-r--r--lisp/make-image.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/make-image.lisp b/lisp/make-image.lisp
index c0a3b91..f1e7b74 100644
--- a/lisp/make-image.lisp
+++ b/lisp/make-image.lisp
@@ -29,6 +29,6 @@
"clark" :toplevel
(lambda ()
(sb-posix:putenv (format nil "SBCL_HOME=~A" #.(sb-ext:posix-getenv "SBCL_HOME")))
- (org.ryuslash.clark:clark sb-ext:*posix-argv*)
+ (clark:clark sb-ext:*posix-argv*)
0)
:executable t)