From 2d1866d966d94c688f9cb87c5bf3f096dffac844 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 22 Oct 2014 17:37:16 +0000 Subject: Merged rails-4.1 branch (#14534). git-svn-id: http://svn.redmine.org/redmine/trunk@13482 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- script/about | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'script/about') diff --git a/script/about b/script/about index cfec3b406..b830b97a6 100755 --- a/script/about +++ b/script/about @@ -1,6 +1,2 @@ #!/usr/bin/env ruby - -ENV["RAILS_ENV"] ||= "production" -require File.expand_path(File.dirname(__FILE__) + "/../config/environment") -puts -puts Redmine::Info.environment +abort "script/about no longer exists, please use bin/about instead." -- cgit v1.2.3