Mercurial > hg > soundsoftware-site
diff script/about @ 38:33d69fee1d99 cannam
* Merge SVN update from default branch
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 19 Nov 2010 13:41:40 +0000 |
parents | 94944d00e43c |
children | 433d4f72a19b |
line wrap: on
line diff
--- a/script/about Fri Oct 01 15:33:14 2010 +0100 +++ b/script/about Fri Nov 19 13:41:40 2010 +0000 @@ -1,5 +1,5 @@ #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../config/boot' +require File.expand_path('../../config/boot', __FILE__) $LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info" require 'commands/about'