-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
Executing a file with a relative path on Windows is broken #22
Comments
Related pull request: #23 |
Merged
Thoughts on this one? |
@takobell Ouch, I'm sorry. I was confused about the new "Start a review" feature on Github and just found out, that I had to submit my comments first before you can see it. It was lingering there for month. |
@mikehaertl No worries... still getting used to the new review tools myself. |
Just release 1.2.5 containing your fix. Thanks for your help! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I pass in a relative path on Windows to execute (assuming what I want to execute is already in the working directory or in my PATH environment variable), it produces incorrect output.
For example:
Will produce:
It looks like d9a0e8e is really only a fix for absolute paths.
The text was updated successfully, but these errors were encountered: