LCP: Add named-readtables to the init
script
Reviewers: mferencevic Reviewed By: mferencevic Differential Revision: https://phabricator.memgraph.io/D2022
This commit is contained in:
parent
08b9197c79
commit
fb6350135d
2
init
2
init
@ -124,7 +124,7 @@ if [[ ! -f "${quicklisp_install_dir}/setup.lisp" ]]; then
|
||||
"
|
||||
(load \"${DIR}/quicklisp.lisp\")
|
||||
(quicklisp-quickstart:install :path \"${quicklisp_install_dir}\")
|
||||
(ql:quickload '(:cl-ppcre :prove) :silent t)
|
||||
(ql:quickload '(:cl-ppcre :named-readtables :prove) :silent t)
|
||||
" | sbcl --script || exit 1
|
||||
rm -rf quicklisp.lisp || exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user