X-Git-Url: https://code.consxy.com/gitweb/?a=blobdiff_plain;f=bin%2Fcandle;h=6e01fd49f5386207eb16300653f3f13a6954717c;hb=92a8cc8928e1f5d6aa13708b35cb4551aa736a37;hp=2fc54e1a41cf2640442a936474b88abdb52323e3;hpb=43528d90eeeee498d0a94c22bc38de9554e15d9a;p=candle diff --git a/bin/candle b/bin/candle index 2fc54e1..6e01fd4 100755 --- a/bin/candle +++ b/bin/candle @@ -3,6 +3,10 @@ (setf *compile-print* nil) (require 'asdf) (asdf:initialize-source-registry - `(:source-registry (:tree ,(car (directory "."))) :INHERIT-CONFIGURATION)) -(asdf:load-system :candle) + `(:source-registry (:tree ,(make-pathname :directory (butlast (pathname-directory *load-truename*)))) :INHERIT-CONFIGURATION)) +(let + ((*error-output* (make-broadcast-stream))) + (asdf:load-system :candle)) (candle-cli:run) + +; vim:ft=lisp