repo.or.cz
/
Samba
/
aatanasov.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s4-netlogon: implement dcesrv_netr_DsRAddressToSitenamesExW
[Samba/aatanasov.git]
/
source3
/
lua-5.1.4
/
test
/
env.lua
blob
9e62a57fbf0865170eeae3a38464044716c9fa5b
1
-- read environment variables as if they were global variables
2
3
local
f
=
function
(
t
,
i
)
return
os
.
getenv
(
i
)
end
4
setmetatable
(
getfenv
(),{
__index
=
f
})
5
6
-- an example
7
print
(
a
,
USER
,
PATH
)