From 1a1ca9a7fa4c30b3fd2d8dc58ae2e20971a7dde4 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 5 Mar 2021 12:18:19 -0700 Subject: add :PRINC argument to RUN & MRUN Signed-off-by: Sean Whitton --- src/util.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.lisp') diff --git a/src/util.lisp b/src/util.lisp index ef82584..de49b5e 100644 --- a/src/util.lisp +++ b/src/util.lisp @@ -23,7 +23,7 @@ (values)) (defun lines (text) - (split-string (stripln text) :separator '(#\Newline))) + (split-string (stripln text) :separator '(#\Newline #\Return))) (defun unlines (lines) (format nil "~{~A~%~}" lines)) -- cgit v1.2.3