Fix #48 (shell resolving issue) #58

Merged
Kan18 merged 1 commits from fix-shell into develop-1.8 2022-07-04 00:08:59 -04:00

1 Commits

Author SHA1 Message Date
Kan18
027bc5d128 Fix #48 (shell resolving issue)
42bd4b2 seemingly introduced a bug where programs would not be run from
the shell even if they were in the current directory (for example, the
program `test/x.lua` would not run if you typed `x` while in the `test`
directory). This fixes that by moving the `return inPath()` part into
the big `return` statement at the end of `shell.resolvePath`.
2022-06-29 21:46:20 -04:00