From 110754571d8cc8d42098ad60e577a0de934418aa Mon Sep 17 00:00:00 2001 From: Gerd Flaig Date: Mon, 2 Nov 2009 23:40:48 +0100 Subject: [PATCH] Switch back to asdf --- setup.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.lisp b/setup.lisp index 2dc29d6..ec6ba21 100644 --- a/setup.lisp +++ b/setup.lisp @@ -1,5 +1,5 @@ -;(asdf:oos 'asdf:load-op "eow") -(mb:load "eow") +(asdf:oos 'asdf:load-op "eow") +;(mb:load "eow") (setf hunchentoot:*message-log-pathname* "/tmp/hunchentoot-message.log") (setf hunchentoot:*access-log-pathname* "/tmp/hunchentoot-access.log") (setf *webserver* -- 2.43.0