Skip to content
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

Only use cygpath on shebang if it contains / #652

Merged
merged 2 commits into from
Jun 27, 2020
Merged

Only use cygpath on shebang if it contains / #652

merged 2 commits into from
Jun 27, 2020

Conversation

casey
Copy link
Owner

@casey casey commented Jun 25, 2020

On Windows, skip conversion if a shebang path does not include /. In
this case it is not a Unix path, and does not need to be converted to a
Windows path before running.

On Windows, skip conversion if a shebang path does not include `/`. In
this case it is not a Unix path, and does not need to be converted to a
Windows path before running.
@casey casey merged commit 5533073 into master Jun 27, 2020
@casey casey deleted the windows-shebang branch June 27, 2020 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant