Make add_lib_ppl also set the shell path for /bin
This commit is contained in:
		| @@ -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" | ||||||
|   | |||||||
| @@ -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") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user