mirror of
https://codeberg.org/cage/tinmop/
synced 2025-03-07 10:37:37 +01:00
- removed useless switch.
This commit is contained in:
parent
fa00c7a6ac
commit
f3d1436455
@ -78,7 +78,7 @@ install_quicklisp () {
|
||||
--eval "(quicklisp-quickstart:install)" \
|
||||
--eval "(ql:add-to-init-file)" \
|
||||
--eval "(sb-ext:quit)";
|
||||
@MKDIR_P@ -p $LISP_SOURCE_REGISTRY_DIR;
|
||||
@MKDIR_P@ $LISP_SOURCE_REGISTRY_DIR;
|
||||
PAR_PWD="${PWD%/*}";
|
||||
echo "(:source-registry" > $LISP_SOURCE_REGISTRY_FILE;
|
||||
echo " (:tree \"$PAR_PWD\")" >> $LISP_SOURCE_REGISTRY_FILE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user