diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-09-13 11:58:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-09-13 11:58:48 +0000 |
commit | bdfee87349c990331eb8f74b7505c02c2ebc8910 (patch) | |
tree | 38a289f37dd7fa4bf9952086bff21991f00d955d /script | |
parent | 2ec385858f2644c890f8fb4dbe8aa53eb23bd5e9 (diff) | |
download | redmine-bdfee87349c990331eb8f74b7505c02c2ebc8910.tar.gz redmine-bdfee87349c990331eb8f74b7505c02c2ebc8910.zip |
Merged r2766 and r2783 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2884 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'script')
-rwxr-xr-x | script/about | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/script/about b/script/about index 7b07d46a3..00ae734e3 100755 --- a/script/about +++ b/script/about @@ -1,3 +1,6 @@ #!/usr/bin/env ruby require File.dirname(__FILE__) + '/../config/boot' -require 'commands/about'
\ No newline at end of file +$LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info" +require 'commands/about' + +Redmine::About.print_plugin_info |