OSDN Git Service

Use File#expand_path for require's in script/* for Ruby 1.9.2 compatibility. #4050
[redminele/redmine.git] / script / runner
1 #!/usr/bin/env ruby
2 require File.expand_path('../../config/boot',  __FILE__)
3 require 'commands/runner'