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
Currently it uses #!/bin/env ruby which doesn't exist in newer distro releases. I think it should just call the interpreter directly #!/usr/bin/ruby but if there is a good reason I suppose #!/usr/bin/env ruby might be acceptable.
The text was updated successfully, but these errors were encountered:
Currently it uses
#!/bin/env ruby
which doesn't exist in newer distro releases. I think it should just call the interpreter directly#!/usr/bin/ruby
but if there is a good reason I suppose#!/usr/bin/env ruby
might be acceptable.The text was updated successfully, but these errors were encountered: