vendor/rails/railties/dispatches/gateway.cgi in radiant-0.7.2 vs vendor/rails/railties/dispatches/gateway.cgi in radiant-0.8.0

- old
+ new

@@ -1,6 +1,6 @@ -#!/usr/local/bin/ruby +#!/usr/bin/env ruby require 'drb' # This file includes an experimental gateway CGI implementation. It will work # only on platforms which support both fork and sockets. @@ -92,6 +92,6 @@ message "listener #{number} has finished, writing output" end $stdout.write output $stdout.flush -$stdout.close \ No newline at end of file +$stdout.close