From: Toshi MARUYAMA Date: Tue, 20 Dec 2011 07:13:21 +0000 (+0000) Subject: add newline at end of public/dispatch.cgi.example X-Git-Tag: 1.4.0~986 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=182932560aa04f4117f3a44a41fc73dedaa463d4;p=redmine.git add newline at end of public/dispatch.cgi.example git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8301 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/dispatch.cgi.example b/public/dispatch.cgi.example index ce705d36e..32fa3b266 100755 --- a/public/dispatch.cgi.example +++ b/public/dispatch.cgi.example @@ -7,4 +7,4 @@ require File.dirname(__FILE__) + "/../config/environment" unless defined?(RAILS_ require "dispatcher" ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if File.directory?(dir) } if defined?(Apache::RubyRun) -Dispatcher.dispatch \ No newline at end of file +Dispatcher.dispatch