aboutsummaryrefslogtreecommitdiffstats
path: root/railties/dispatches/dispatch.fcgi
diff options
context:
space:
mode:
authorTarmo Tänav <tarmo@itech.ee>2008-07-31 16:39:48 -0500
committerJoshua Peek <josh@joshpeek.com>2008-07-31 16:39:48 -0500
commit0b9bfbdebf402f4a149359a069dbeb05ea989b14 (patch)
treedfadf0b8f1048d55eb987be62a2f449a0fca268a /railties/dispatches/dispatch.fcgi
parent656f0e7c6c9a305abaf9f9b7fb80479b6f94efce (diff)
downloadrails-0b9bfbdebf402f4a149359a069dbeb05ea989b14.tar.gz
rails-0b9bfbdebf402f4a149359a069dbeb05ea989b14.tar.bz2
rails-0b9bfbdebf402f4a149359a069dbeb05ea989b14.zip
Use "/usr/bin/env ruby" instead of "/usr/local/bin/ruby"
Signed-off-by: Joshua Peek <josh@joshpeek.com>
Diffstat (limited to 'railties/dispatches/dispatch.fcgi')
-rwxr-xr-xrailties/dispatches/dispatch.fcgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/dispatches/dispatch.fcgi b/railties/dispatches/dispatch.fcgi
index 65188f380b..664dbbbee8 100755
--- a/railties/dispatches/dispatch.fcgi
+++ b/railties/dispatches/dispatch.fcgi
@@ -1,4 +1,4 @@
-#!/usr/local/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)