diff options
author | Kim Alvefur <zash@zash.se> | 2016-11-21 02:40:47 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-11-21 02:40:47 +0100 |
commit | 5759ed4bd315c197324c65375be019040d273203 (patch) | |
tree | 62ffc114d6f84139c60043dba1936d9606f9b6ba /util/envload.lua | |
parent | fa06e78161ae895c625f78ed745766d4569d6876 (diff) | |
parent | f36fed39e8110ee3c36e0587811ce3268ae6690e (diff) | |
download | prosody-5759ed4bd315c197324c65375be019040d273203.tar.gz prosody-5759ed4bd315c197324c65375be019040d273203.zip |
Merge 0.10->trunk
Diffstat (limited to 'util/envload.lua')
-rw-r--r-- | util/envload.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/envload.lua b/util/envload.lua index 53e28348..3c5190df 100644 --- a/util/envload.lua +++ b/util/envload.lua @@ -4,6 +4,7 @@ -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- +-- luacheck: ignore 113/setfenv local load, loadstring, loadfile, setfenv = load, loadstring, loadfile, setfenv; local envload; |