From a313e7a4c1270c2053f4903b29d210c7b1950e89 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Thu, 11 Oct 2012 09:51:48 -0400
Subject: [PATCH] Fix asdf package issue.

---
 utilities.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utilities.lisp b/utilities.lisp
index 54cd7f4..e08c409 100644
--- a/utilities.lisp
+++ b/utilities.lisp
@@ -23,7 +23,7 @@
              ,@(cdr transformers))))
 
 (defun split-lines (x)
-  (asdf:split-string x :separator #(#\newline)))
+  (split-string x :separator #(#\newline)))
 
 (defun split-lines* (x)
   (remove-if #'emptyp (split-lines x)))
-- 
GitLab