aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/ncgi/listener
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/commands/ncgi/listener')
-rwxr-xr-x[-rw-r--r--]railties/lib/commands/ncgi/listener4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/commands/ncgi/listener b/railties/lib/commands/ncgi/listener
index 421c453f23..7079ef78a6 100644..100755
--- a/railties/lib/commands/ncgi/listener
+++ b/railties/lib/commands/ncgi/listener
@@ -1,4 +1,4 @@
-#!/usr/local/bin/ruby
+#!/usr/bin/env ruby
require 'stringio'
require 'fileutils'
@@ -83,4 +83,4 @@ end
socket_path = ARGV.shift
timeout = (ARGV.shift || 90).to_i
-Listener.new(timeout, socket_path) \ No newline at end of file
+Listener.new(timeout, socket_path)