From 950e8ed8e0e611ed2a652dac78537b5eda12bfe7 Mon Sep 17 00:00:00 2001 From: James McKinney Date: Mon, 2 Apr 2012 17:25:07 +0100 Subject: fix require paths in 1.9 --- script/performance/benchmarker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/performance/benchmarker') diff --git a/script/performance/benchmarker b/script/performance/benchmarker index a94253aba..28bfceea0 100755 --- a/script/performance/benchmarker +++ b/script/performance/benchmarker @@ -1,3 +1,3 @@ #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../../config/boot.rb' +require File.expand_path(File.dirname(__FILE__) + '/../config/boot.rb') require 'commands/performance/benchmarker' -- cgit v1.2.3