diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-11-25 10:05:36 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-11-25 10:05:36 +0000 |
commit | faaf884f97441fba1420f293186c585bb8309698 (patch) | |
tree | 84e692f03968555827e4a20205f7b2f081596117 /bin | |
parent | fcd02af27de0b1e686c49fa01df8fb5a5c4d78fd (diff) | |
download | redmine-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')
-rw-r--r-- | bin/bundle | 2 | ||||
-rw-r--r-- | bin/rails | 2 | ||||
-rw-r--r-- | bin/rake | 2 |
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') @@ -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' @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby.exe +#!/usr/bin/env ruby require_relative '../config/boot' require 'rake' Rake.application.run |