Skip to content

Consistently use env(1) to resolve bash and python paths #100

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

Merged
merged 1 commit into from
Dec 3, 2015

Conversation

jamesamcl
Copy link

The paths of bash and python in hashbangs sometimes use e.g. #!/usr/bin/env python, but sometimes hardcode to e.g. /usr/bin/python. This PR consolidates all hashbangs to use env, which is important on operating systems such as FreeBSD where python and bash are more likely to be in /usr/local/.

@tkremenek tkremenek merged commit 9da5899 into swiftlang:master Dec 3, 2015
dabelknap added a commit to dabelknap/swift that referenced this pull request Sep 17, 2018
maldahleh pushed a commit to maldahleh/swift that referenced this pull request Oct 26, 2020
…cases

[tests] Add the incremental re-parsing lit tests from the Swift repo
freak4pc pushed a commit to freak4pc/swift that referenced this pull request Sep 28, 2022
Update SwiftLint's compatibility commits for Swift 3.0 & 3.1
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.

2 participants