File lisp/util-run.lisp was removed in fbcdbf5454 but not from roswell.asd

This patch fixes the issue of loading roswell as a system into a lisp interpreter.
This commit is contained in:
Alexander Artemenko 2017-02-21 09:19:13 +03:00
parent 80bd2d4047
commit cd00041f28

View file

@ -40,7 +40,6 @@ roswell does not function without help of C codes.
(:file "locations" :depends-on ("util"))
(:file "util-swank" :depends-on ("util"))
(:file "util" :depends-on ("init"))
(:file "util-run" :depends-on ("init"))
(:file "init"))))
:description "a command line tool to install and manage Common Lisp implementations damn easily."
:long-description