r7999: fix sb-executable keyword
[vcs-tree.git] / vcs-tree.asd
index 41a30349d9b77b4c4a2ca6d76868ff209746af4c..f30056337888f87c433c591803326f97b626bd91 100644 (file)
@@ -10,7 +10,7 @@
 ;;;; $Id: xlunit.asd 7061 2003-09-07 06:34:45Z kevin $
 ;;;; *************************************************************************
 
-(in-package vcs-tree-system)
+(in-package cl-user)
 (defpackage vcs-tree-system (:use #:cl #:asdf))
 (in-package vcs-tree-system)
 
@@ -25,8 +25,7 @@
                  :defaults (component-pathname c))
    '("package.fasl" "kmrcl-excerpt.fasl" "getopt-excerpt.fasl" "main.fasl"
      "loader.fasl")
-   :initial-function "RUN"
-   :muffled-warning t))
+   :initial-function "RUN"))
 
 (defmethod perform ((o load-op) (c exe-file)) nil)