You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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)
The text was updated successfully, but these errors were encountered: