From: Mark Wooding Date: Mon, 14 Apr 2008 09:32:47 +0000 (+0100) Subject: driver: Use asdf rather than CLC to start the program. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/zone/commitdiff_plain/446d97b75aed88b254cc1640fb91e110a2ca401b driver: Use asdf rather than CLC to start the program. This gives us more control over the verbose output. --- diff --git a/zone b/zone index 8befb1d..a5708da 100755 --- a/zone +++ b/zone @@ -1,5 +1,5 @@ #! /usr/local/bin/runlisp ;;; -*-lisp-*- -(clc:clc-require "zone") +(asdf:oos 'asdf:load-op "zone" :verbose nil) (zone.frontend:main)