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
4258a680
Commit
4258a680
authored
May 19, 2020
by
Eric Timmons
Browse files
Fix bundle exec env var name
parent
710a1d92
Changes
1
Hide whitespace changes
Inline
Side-by-side
clpm/bundle.lisp
View file @
4258a680
...
...
@@ -197,6 +197,6 @@ If WITH-CLIENT-P is non-NIL, the clpm-client system is available."
`
((
"ASDF_OUTPUT_TRANSLATIONS"
.
,
(
format
nil
"~S"
output-translations
))))
(
"CLPM_EXEC_INSTALLED_SYSTEMS"
.
,
(
format
nil
"~S"
installed-system-names
))
(
"CLPM_EXEC_VISIBLE_PRIMARY_SYSTEMS"
.
,
(
format
nil
"~S"
visible-primary-system-names
))
(
"CLPM_EXEC_
BUNDLE_
CLPMFILE"
.
,
(
uiop:native-namestring
clpmfile-pathname
))
(
"CLPM_EXEC_CLPMFILE"
.
,
(
uiop:native-namestring
clpmfile-pathname
))
(
"CLPM_EXEC_IGNORE_INHERITED_SOURCE_REGISTRY"
.
"t"
))
t
))))))
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