提交 de42f26d 编写于 作者: J Jamis Buck

Make sure ENV['RAILS_ENV'] and RAILS_ENV are kept in sync


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2539 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 42bcbcb0
......@@ -20,11 +20,8 @@
opts.parse!
end
if defined?(RAILS_ENV)
RAILS_ENV.replace(options[:environment])
else
ENV["RAILS_ENV"] = options[:environment]
end
ENV["RAILS_ENV"] = options[:environment]
RAILS_ENV.replace(options[:environment]) if defined?(RAILS_ENV)
require RAILS_ROOT + '/config/environment'
eval(ARGV.first)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册