From 97d631db555dd5d663d4f81987ab86ebc2aa4d9a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 6 Oct 2013 14:30:15 +0200 Subject: 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. --- lisp/make-image.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/make-image.lisp') 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) -- cgit v1.2.3-54-g00ecf