diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-11-11 13:54:10 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-11-11 13:54:10 +0000 |
commit | ad97165f1b049bb034a2a97db47a663467346092 (patch) | |
tree | 63096bf71db80172ee98c09d26dec693a03dcc1e /public/dispatch.fcgi.example | |
parent | 8be1597ad06eceda2f8c43d61638038543c1ec3c (diff) | |
download | redmine-ad97165f1b049bb034a2a97db47a663467346092.tar.gz redmine-ad97165f1b049bb034a2a97db47a663467346092.zip |
Changes ruby bang path to #!/usr/bin/env ruby (#1876).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2017 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/dispatch.fcgi.example')
-rwxr-xr-x | public/dispatch.fcgi.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/dispatch.fcgi.example b/public/dispatch.fcgi.example index f934b3002..664dbbbee 100755 --- a/public/dispatch.fcgi.example +++ b/public/dispatch.fcgi.example @@ -1,4 +1,4 @@ -#!/usr/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) |