Skip to content

Remove /usr/bin/env lines #66

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
Jul 2, 2023
Merged

Remove /usr/bin/env lines #66

merged 1 commit into from
Jul 2, 2023

Conversation

diazona
Copy link
Contributor

@diazona diazona commented Jun 26, 2023

Since none of these files are meant to be run directly as scripts, there's no need to have shebang lines in them, and in fact it could give someone a misleading impression to have them there, so removing them should reduce confusion.

Closes #47

Since none of these files are meant to be run directly as scripts,
there's no need to have shebang lines in them, and in fact it could give
someone a misleading impression to have them there, so removing them
should reduce confusion.

Closes #47
@diazona diazona added this to the v0.8.0 milestone Jun 26, 2023
@diazona diazona requested review from coordt and redtoad June 26, 2023 02:27
@diazona diazona self-assigned this Jun 26, 2023
@diazona diazona merged commit f72a1a5 into master Jul 2, 2023
@diazona diazona deleted the remove-env-shebangs/1/dev branch July 2, 2023 19:14
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.

Remove /usr/bin/env python lines where appropriate
2 participants