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