Page MenuHomeFreeBSD

D43819.diff
No OneTemporary

D43819.diff

diff --git a/stand/common/interp_lua.c b/stand/common/interp_lua.c
--- a/stand/common/interp_lua.c
+++ b/stand/common/interp_lua.c
@@ -123,7 +123,9 @@
lua_pop(luap, 1); /* remove lib */
}
- filename = LOADER_LUA;
+ filename = getenv("loader_lua");
+ if (filename == NULL)
+ filename = LOADER_LUA;
if (interp_include(filename) != 0) {
const char *errstr = lua_tostring(luap, -1);
errstr = errstr == NULL ? "unknown" : errstr;

File Metadata

Mime Type
text/plain
Expires
Thu, May 1, 4:44 PM (8 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17886506
Default Alt Text
D43819.diff (443 B)

Event Timeline