mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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:
parent
7944494f74
commit
42e0b58161
4 changed files with 4 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env ruby.ruby2.4
|
||||
#!/usr/bin/env ruby
|
||||
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
|
||||
load Gem.bin_path('bundler', 'bundle')
|
||||
|
|
|
|||
2
bin/rake
2
bin/rake
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env ruby.ruby2.4
|
||||
#!/usr/bin/env ruby
|
||||
require_relative '../config/boot'
|
||||
require 'rake'
|
||||
Rake.application.run
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env ruby.ruby2.4
|
||||
#!/usr/bin/env ruby
|
||||
require 'pathname'
|
||||
require 'fileutils'
|
||||
include FileUtils
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env ruby.ruby2.4
|
||||
#!/usr/bin/env ruby
|
||||
require 'pathname'
|
||||
require 'fileutils'
|
||||
include FileUtils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue