Skip to content

Remove shebangs from files in the module#429

Merged
hardbyte merged 2 commits intohardbyte:developfrom
cottsay:shebangs
Sep 27, 2018
Merged

Remove shebangs from files in the module#429
hardbyte merged 2 commits intohardbyte:developfrom
cottsay:shebangs

Conversation

@cottsay
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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