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
7a6a15e2
Commit
7a6a15e2
authored
Feb 20, 2020
by
Eric Timmons
Browse files
Change bundle exec environment variable for live script usage
parent
def41e80
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/clpm/cli/bundle/exec.lisp
View file @
7a6a15e2
...
...
@@ -49,8 +49,10 @@
(
log:debug
"Computed CL_SOURCE_REGISTRY:~%~S"
cl-source-registry-form
)
(
execvpe
(
first
command
)
(
rest
command
)
`
((
"CL_SOURCE_REGISTRY"
.
,
cl-source-registry-value
)
(
"CLPM_BUNDLE_BIN_PATH"
.
,
(
or
*live-script-location*
(
uiop:argv0
)))
,@
(
if
*live-script-location*
`
((
"CLPM_BUNDLE_BIN_LIVE_SCRIPT"
.
,
(
uiop:native-namestring
*live-script-location*
))
(
"CLPM_BUNDLE_BIN_LISP_IMPLEMENTATION"
.
,
(
lisp-implementation-type
)))
`
((
"CLPM_BUNDLE_BIN"
.
,
(
uiop:argv0
))))
(
"CLPM_BUNDLE_CLPMFILE"
.
,
(
uiop:native-namestring
clpmfile-pathname
))
(
"CLPM_BUNDLE_CLPMFILE_LOCK"
.
,
(
uiop:native-namestring
lockfile-pathname
)))
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