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
d48e133e
Commit
d48e133e
authored
Feb 24, 2020
by
Eric Timmons
Browse files
Fix bug in computing the environment variable name for a config path
parent
d9c93d1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/clpm/config.lisp
View file @
d48e133e
...
...
@@ -438,7 +438,7 @@ value."
(
string-upcase
(
cl-ppcre:regex-replace-all
#\.
(
cl-ppcre:regex-replace-all
"-"
x
"_"
)
"__"
))
"_"
)))
x
))
(
cl-ppcre:regex-replace-all
"-"
(
string-upcase
(
symbol-name
x
))
"_"
)
))
path
)
hash-table-p
)))
...
...
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