Fix #48 (shell resolving issue) #58
Reference in New Issue
Block a user
Delete Branch "fix-shell"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
42bd4b2seemingly introduced a bug where programs would not be run from the shell even if they were in the current directory (for example, the programtest/x.luawould not run if you typedxwhile in thetestdirectory). This fixes that by moving thereturn inPath()part into the bigreturnstatement at the end ofshell.resolvePath.Thanks!