Make add_lib_ppl also set the shell path for /bin

This commit is contained in:
v 2020-12-29 12:52:20 +00:00
parent c46219fa96
commit 0edc70bac8
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
{
["version"] = "0.1.0-1",
["version"] = "0.1.0-2",
["dependencies"] = {
},
["description"] = "Makes require look in /lib. Don't ask how. You really don't want to know.",
["description"] = "Makes require look in /lib and shell look in /bin. Don't ask how. You really don't want to know.",
["files"] = {
["startup"] = {
".__add_lib_ppl.lua"

View File

@ -18,4 +18,4 @@ function _G.os.run(e,p,...)
end
return osrun(e,p,...)
end
shell.setPath(shell.path()..":/bin")