Just reports incorrectly if the specified working directory can't be found · Issue #2705 · casey/just · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pwd
error: Recipe `pwd` could not be run because just could not find the shell: No such file or directory (os error 2)
This error message makes one think the cause is that just somehow cannot find the shell executable, which is not the case. The error message should point out that the problem is that instead of the shell, it's the specified working directory that cannot be found.
The text was updated successfully, but these errors were encountered:
Say we have this
justfile
:just pwd
printsThis error message makes one think the cause is that
just
somehow cannot find the shell executable, which is not the case. The error message should point out that the problem is that instead of the shell, it's the specified working directory that cannot be found.The text was updated successfully, but these errors were encountered: