lookup-env-var -> getenv

This commit is contained in:
mainzelm 2006-06-01 09:04:44 +00:00
parent e38fe00657
commit 9c2e4d1059
1 changed files with 1 additions and 1 deletions

View File

@ -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))