We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aaecbc commit 411dbefCopy full SHA for 411dbef
quicklisp/client.lisp
@@ -96,6 +96,7 @@ in order of descending QL-DIST:PREFERENCE."
96
:direction :output
97
:if-exists if-exists)
98
(unless exclude-local-projects
99
+ (register-local-projects)
100
(dolist (system-file (list-local-projects))
101
(let ((system-path (native-namestring system-file)))
102
(write-line system-path stream))))
0 commit comments