mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-13 17:28:52 -04:00
match real bash behavior and limit user defined io fds to 3-9
This commit is contained in:
parent
35d93e2a93
commit
05ded1a4bc
@ -9,7 +9,7 @@ local local_env = {tx=tx,unicode=unicode}
|
||||
|
||||
text.internal = {}
|
||||
|
||||
text.syntax = {"^%d*>>?&%d+$",";","&&","||?","^%d*>>?",">>?","<"}
|
||||
text.syntax = {"^%d?>>?&%d+$",";","&&","||?","^%d?>>?",">>?","<"}
|
||||
|
||||
function --[[@delayloaded-start@]] text.detab(value, tabWidth)
|
||||
checkArg(1, value, "string")
|
||||
|
Loading…
x
Reference in New Issue
Block a user