From 4557dc3ad4e3a5650219cabe209a4301f0461920 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Wed, 13 Sep 2017 13:45:24 +1000 Subject: [PATCH] made luash actually listen to sI being assigned --- exec/luash.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/luash.lua b/exec/luash.lua index 3a6fc74..0d58b1d 100644 --- a/exec/luash.lua +++ b/exec/luash.lua @@ -1,5 +1,5 @@ local tA = {...} -local si = +local si = tA[1] spawn("lua shell",function() _ENV = shutil.genenv() coroutine.yield()