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

Unneeded shebang for tags.rake #24

Open
junaruga opened this issue Feb 9, 2017 · 0 comments
Open

Unneeded shebang for tags.rake #24

junaruga opened this issue Feb 9, 2017 · 0 comments

Comments

@junaruga
Copy link

junaruga commented Feb 9, 2017

tags.rake file has shebang (#!/usr/bin/env ruby).
If we would run like this ./tags.rake, the shebang is needed.
However if not, it might be better that the lines are removed.

After checking other *.rake files, I did not see shebang for the files.

https://github.com/jimweirich/flexmock/blob/master/rakelib/tags.rake#L1-L2

#!/usr/bin/env ruby
# -*- ruby -*-

Can you remove the lines?
Because I saw the warning message for flexmock RPM file on Fedora Project.
Thanks.

See https://en.wikipedia.org/wiki/Shebang_(Unix)

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

No branches or pull requests

1 participant