Skip to content

Remove shebangs from files in the module #429

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 2 commits into from
Sep 27, 2018
Merged

Remove shebangs from files in the module #429

merged 2 commits into from
Sep 27, 2018

Conversation

cottsay
Copy link
Contributor

@cottsay cottsay commented Sep 24, 2018

The execution bit is removed from these files when they are installed, rendering the shebangs useless. In most cases, the scripts don't handle __main__ anyway, which makes the shebang misleading as well.

This should wrap up the discussion in #418.

@cottsay cottsay mentioned this pull request Sep 24, 2018
2 tasks
The execution bit is removed from these files when they are installed,
rendering the shebangs useless. In most cases, the scripts don't
handle `__main__` anyway, which makes the shebang misleading as well.
@codecov
Copy link

codecov bot commented Sep 24, 2018

Codecov Report

Merging #429 into develop will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #429   +/-   ##
========================================
  Coverage    62.29%   62.29%           
========================================
  Files           55       55           
  Lines         4612     4612           
========================================
  Hits          2873     2873           
  Misses        1739     1739

Copy link
Owner

@hardbyte hardbyte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What a negative diff :-)

@hardbyte hardbyte merged commit 56a4cb2 into hardbyte:develop Sep 27, 2018
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