]> source.dussan.org Git - redmine.git/commitdiff
Fixed generated shebang in script/rails.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 30 Apr 2012 18:52:19 +0000 (18:52 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 30 Apr 2012 18:52:19 +0000 (18:52 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9594 e93f8b46-1217-0410-a6f0-8f06a7374b81

script/rails

index 81eab02f5cf0f4b5def775c98576347e55a8f968..f8da2cffd4de029d658fe2f7b9ec88f28dc34a9a 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby.exe
+#!/usr/bin/env ruby
 # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
 
 APP_PATH = File.expand_path('../../config/application',  __FILE__)