summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--bin/bundle2
-rw-r--r--bin/rails2
-rw-r--r--bin/rake2
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/bundle b/bin/bundle
index e3c2f622b..66e9889e8 100644
--- a/bin/bundle
+++ b/bin/bundle
@@ -1,3 +1,3 @@
-#!/usr/bin/env ruby.exe
+#!/usr/bin/env ruby
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
load Gem.bin_path('bundler', 'bundle')
diff --git a/bin/rails b/bin/rails
index b9f87878f..728cd85aa 100644
--- a/bin/rails
+++ b/bin/rails
@@ -1,4 +1,4 @@
-#!/usr/bin/env ruby.exe
+#!/usr/bin/env ruby
APP_PATH = File.expand_path('../../config/application', __FILE__)
require_relative '../config/boot'
require 'rails/commands'
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