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
Kan18 commented 2022-06-29 21:53:14 -04:00 (Migrated from github.com)

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.

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`.
xAnavrins commented 2022-07-04 00:09:03 -04:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MayaTheShy/Opus#58