summaryrefslogtreecommitdiffstats
path: root/bin/rake
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-11-25 10:05:36 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-11-25 10:05:36 +0000
commitfaaf884f97441fba1420f293186c585bb8309698 (patch)
tree84e692f03968555827e4a20205f7b2f081596117 /bin/rake
parentfcd02af27de0b1e686c49fa01df8fb5a5c4d78fd (diff)
downloadredmine-faaf884f97441fba1420f293186c585bb8309698.tar.gz
redmine-faaf884f97441fba1420f293186c585bb8309698.zip
replace ruby.exe to ruby at bin/ files
git-svn-id: http://svn.redmine.org/redmine/trunk@13652 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'bin/rake')
-rw-r--r--bin/rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rake b/bin/rake
index f6ed5a2a6..17240489f 100644
--- a/bin/rake
+++ b/bin/rake
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby.exe
+#!/usr/bin/env ruby
require_relative '../config/boot'
require 'rake'
Rake.application.run