Remove version suffix from binstubs

Binstubs are nice but not with openSUSE specific ruby binary names that
break on other environments.
This commit is contained in:
Henne Vogelsang 2018-03-14 23:23:43 +01:00
parent 137d997793
commit fd3e3adae4
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env ruby.ruby2.4
#!/usr/bin/env ruby
require_relative '../config/boot'
require 'rake'
Rake.application.run