]> source.dussan.org Git - redmine.git/commitdiff
script/about updated (#3333).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 12 May 2009 17:22:06 +0000 (17:22 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 12 May 2009 17:22:06 +0000 (17:22 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2733 e93f8b46-1217-0410-a6f0-8f06a7374b81

script/about

index 7b07d46a30131ad938be2400261b722ed82ef3cc..ed8deb0dfc0e593c08c86a3aed22a6d3f0717231 100755 (executable)
@@ -1,3 +1,4 @@
 #!/usr/bin/env ruby
 require File.dirname(__FILE__) + '/../config/boot'
+$LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info"
 require 'commands/about'
\ No newline at end of file