aboutsummaryrefslogtreecommitdiff
path: root/src/util.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-05 12:18:19 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-05 12:24:29 -0700
commit1a1ca9a7fa4c30b3fd2d8dc58ae2e20971a7dde4 (patch)
tree45fa1d0d7a0361de5b46a6119b5739a2a476af61 /src/util.lisp
parent7c4796c96b1f7cffe8012bb5585e05b273fecfb4 (diff)
downloadconsfigurator-1a1ca9a7fa4c30b3fd2d8dc58ae2e20971a7dde4.tar.gz
add :PRINC argument to RUN & MRUN
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/util.lisp')
-rw-r--r--src/util.lisp2
1 files changed, 1 insertions, 1 deletions
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))