Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
fae748aa
Commit
fae748aa
authored
May 19, 2020
by
Eric Timmons
Browse files
Print installed and visibly systems READably in exec
parent
d6aaab11
Changes
1
Hide whitespace changes
Inline
Side-by-side
clpm/exec.lisp
View file @
fae748aa
...
...
@@ -45,8 +45,8 @@ If WITH-CLIENT-P is non-NIL, the clpm-client system is available."
,@
(
when
output-translations
`
((
"ASDF_OUTPUT_TRANSLATIONS"
.
,
(
format
nil
"~S"
output-translations
))))
(
"CLPM_EXEC_CONTEXT"
.
,
context-name
)
(
"CLPM_EXEC_INSTALLED_SYSTEMS"
.
,
(
format
nil
"~
{~A~^ ~}
"
installed-system-names
))
(
"CLPM_EXEC_VISIBLE_PRIMARY_SYSTEMS"
.
,
(
format
nil
"~
{~A~^ ~}
"
visible-primary-system-names
))
(
"CLPM_EXEC_INSTALLED_SYSTEMS"
.
,
(
format
nil
"~
S
"
installed-system-names
))
(
"CLPM_EXEC_VISIBLE_PRIMARY_SYSTEMS"
.
,
(
format
nil
"~
S
"
visible-primary-system-names
))
,@
(
when
ignore-inherited-source-registry
'
((
"CLPM_EXEC_IGNORE_INHERITED_SOURCE_REGISTRY"
.
"t"
)))
,@
(
when
(
and
(
not
ignore-inherited-source-registry
)
splice-inherited
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment