Quiet system loading where asdf puts egregious warnings out
[candle] / bin / candle
index 2fc54e1a41cf2640442a936474b88abdb52323e3..6e01fd49f5386207eb16300653f3f13a6954717c 100755 (executable)
@@ -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