Mercurial > hg > soundsoftware-site
diff script/runner @ 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 |
line wrap: on
line diff
--- a/script/runner Fri Oct 01 15:33:14 2010 +0100 +++ b/script/runner Fri Nov 19 13:41:40 2010 +0000 @@ -1,3 +1,3 @@ #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../config/boot' -require 'commands/runner' \ No newline at end of file +require File.expand_path('../../config/boot', __FILE__) +require 'commands/runner'