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"] = { ["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"] = { ["files"] = {
["startup"] = { ["startup"] = {
".__add_lib_ppl.lua" ".__add_lib_ppl.lua"

View File

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