Replace tab.
This commit is contained in:
parent
a25410e3b9
commit
b07ebec1b4
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ runs:
|
||||||
cat >> ~/.roswell/init.lisp <<EOF
|
cat >> ~/.roswell/init.lisp <<EOF
|
||||||
(let ((fix-filename (make-pathname :directory '(:absolute :home ".quicklisp-client-fix")
|
(let ((fix-filename (make-pathname :directory '(:absolute :home ".quicklisp-client-fix")
|
||||||
:name "quicklisp-fix"
|
:name "quicklisp-fix"
|
||||||
:type "lisp")))
|
:type "lisp")))
|
||||||
(cond
|
(cond
|
||||||
((probe-file fix-filename)
|
((probe-file fix-filename)
|
||||||
(format t "Loading quicklisp fix.~%")
|
(format t "Loading quicklisp fix.~%")
|
||||||
|
|
Loading…
Reference in a new issue