Skip to content

Commit 407b679

Browse files
committed
fix: ignore erros while install ql
1 parent 1cba613 commit 407b679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-ql.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
;;; Code
99

10-
(quicklisp-quickstart:install)
10+
(ignore-errors (quicklisp-quickstart:install))
1111

1212
;;(ql:add-to-init-file)
1313

0 commit comments

Comments
 (0)