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/rails | |
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/rails')
-rw-r--r-- | bin/rails | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |