Skip to content

Commit

Permalink
added ;./?.lua to LUA_PATH to let the applications find their files…
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jul 8, 2013
1 parent 5228b0d commit f29c7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/agent/appcon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ local function afpathprovisioning()
local res, err = sndcmd("setenv LD_LIBRARY_PATH=".. af_ro_path .. "/lib")
sndcmd("setenv LUA_PATH=".. af_ro_path .. "/lua/?.lua;" .. af_ro_path .. "/" .. "lua/?/init.lua")
sndcmd("setenv LUA_PATH=".. af_ro_path .. "/lua/?.lua;" .. af_ro_path .. "/" .. "lua/?/init.lua;./?.lua")
sndcmd("setenv LUA_CPATH=".. af_ro_path .. "/lua/?.so")
sndcmd("setenv PATH=" .. af_ro_path .. "/bin" .. ":" .. os.getenv("PATH"))
Expand Down

0 comments on commit f29c7e3

Please sign in to comment.