Mercurial > hg > soundsoftware-site
diff script/plugin @ 51:371eac10df0b live
* Merge from "cannam" branch. This includes update to Redmine trunk, plus welcome/tip-of-the-day from luisf branch.
author | Chris Cannam |
---|---|
date | Wed, 24 Nov 2010 12:20:08 +0000 |
parents | 94944d00e43c |
children |
line wrap: on
line diff
--- a/script/plugin Thu Oct 21 11:19:14 2010 +0100 +++ b/script/plugin Wed Nov 24 12:20:08 2010 +0000 @@ -1,3 +1,3 @@ #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../config/boot' -require 'commands/plugin' \ No newline at end of file +require File.expand_path('../../config/boot', __FILE__) +require 'commands/plugin'