Commit ad97165f authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Changes ruby bang path to #!/usr/bin/env ruby (#1876).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2017 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 8be1597a
#!/usr/bin/ruby #!/usr/bin/env ruby
# == Synopsis # == Synopsis
# #
......
#!/usr/bin/ruby #!/usr/bin/env ruby
# == Synopsis # == Synopsis
# #
......
#!/usr/bin/ruby #!/usr/bin/env ruby
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT) require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
......
#!/usr/bin/ruby #!/usr/bin/env ruby
# #
# You may specify the path to the FastCGI crash log (a log of unhandled # You may specify the path to the FastCGI crash log (a log of unhandled
# exceptions which forced the FastCGI instance to exit, great for debugging) # exceptions which forced the FastCGI instance to exit, great for debugging)
......
#!/usr/bin/ruby #!/usr/bin/env ruby
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT) require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment