SquidDev-CC / mbs

A Mildly Better Shell for ComputerCraft
MIT License
53 stars 9 forks source link

use arg[0] #33

Closed Lupus590 closed 3 years ago

Lemmmy commented 3 years ago

Did this break the installer?

Lupus590 commented 3 years ago

It broke the startup mode. Line 136 is the issue. I'm investigating.

Lupus590 commented 3 years ago

It breaks because the startup file uses loadfile and not shell.run. So arg is set in the env but is for the startup file not the mbs launcher.

Solutions: