Replaced auto-generated shebangs in public/dispatch.* with something more meaningful

This commit is contained in:
Alexey Verkhovsky 2006-05-04 06:19:15 +00:00
parent 02658b6d51
commit 5f7e569737
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!c:/ruby/bin/ruby
#!/usr/bin/env ruby
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)

View file

@ -1,4 +1,4 @@
#!c:/ruby/bin/ruby
#!/usr/bin/env ruby
#
# 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)

View file

@ -1,4 +1,4 @@
#!c:/ruby/bin/ruby
#!/usr/bin/env ruby
require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ROOT)