We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here it's using ls from the PATH even though an explicit path is given:
ls
PATH
$ ls ./ls ls: cannot access './ls': No such file or directory $ winpty ./ls build build-libpty configure Makefile README.md ship vcbuild.bat build-gyp config.mk LICENSE misc RELEASES.md src VERSION.txt
It does so even if there really is a file at the explicit path:
$ ./winpty-agent.exe --version winpty version 0.4.0-dev commit e0cbe70600b4cc3674f4caa3d1f2de7af752c80f $ winpty ./winpty-agent.exe --version winpty version 0.3.0 commit 87436ca8ae208471776964052bb62f575ecc891a
The text was updated successfully, but these errors were encountered:
Related to #6 (and maybe #8).
Sorry, something went wrong.
47e7e00
No branches or pull requests
Here it's using
ls
from thePATH
even though an explicit path is given:It does so even if there really is a file at the explicit path:
The text was updated successfully, but these errors were encountered: