use env instead of system ruby in shebang

This commit is contained in:
Jörg Thalheim 2015-01-15 08:40:52 +01:00
parent 591a76a496
commit bdcc3e2be5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/ruby
#!/usr/bin/env ruby
require_relative "utils"
require "optparse"

View File

@ -1,4 +1,4 @@
#!/usr/bin/ruby
#!/usr/bin/env ruby
require_relative "utils"
registry = Registry.new