Replaced auto-generated shebangs in public/dispatch.* with something more meaningful
This commit is contained in:
parent
02658b6d51
commit
5f7e569737
|
@ -1,4 +1,4 @@
|
||||||
#!c:/ruby/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)
|
||||||
|
|
||||||
|
|
|
@ -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
|
# 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)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!c:/ruby/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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue