diff options
Diffstat (limited to 'plugins/boot.lua')
-rw-r--r-- | plugins/boot.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/boot.lua b/plugins/boot.lua index 712fe0db7c6..390ce652ff6 100644 --- a/plugins/boot.lua +++ b/plugins/boot.lua @@ -8,7 +8,7 @@ _G.N_ = function (message) return message end _G.N_p = function (context, message) return message end _G.emu.plugin = {} -- table to contain plugin interfaces -- substitute environment variables in the plugins path from options -local dirs = emu.subst_env(manager.options.entries.pluginspath:value()) +local dirs = manager.options.entries.pluginspath:value() -- and split the paths apart and make them suitable for package.path package.path = "" |