lookup-env-var -> getenv
This commit is contained in:
parent
e38fe00657
commit
9c2e4d1059
|
@ -475,7 +475,7 @@
|
|||
str
|
||||
'pre
|
||||
(lambda (m)
|
||||
(or (lookup-env-var (match:substring m 1)) (match:substring m 1)))
|
||||
(or (getenv (match:substring m 1)) (match:substring m 1)))
|
||||
'post))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue