chiark / gitweb /
driver: Use asdf rather than CLC to start the program.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 14 Apr 2008 09:32:47 +0000 (10:32 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 14 Apr 2008 09:32:47 +0000 (10:32 +0100)
This gives us more control over the verbose output.

zone

diff --git a/zone b/zone
index 8befb1db6d4162ced4ebe582583e5461425ea544..a5708dab00bec70477190c239e313f725439d024 100755 (executable)
--- 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)