From 08f9c44fb9ac3254321c92402d144b9bd61dc70e Mon Sep 17 00:00:00 2001 From: James McKinney Date: Sun, 16 Oct 2011 15:56:04 -0400 Subject: fix path to ruby script --- script/performance/benchmarker | 2 -- script/performance/profiler | 2 -- 2 files changed, 4 deletions(-) (limited to 'script/performance') diff --git a/script/performance/benchmarker b/script/performance/benchmarker index c2441c941..a94253aba 100755 --- a/script/performance/benchmarker +++ b/script/performance/benchmarker @@ -1,5 +1,3 @@ -#!/usr/bin/ruby - #!/usr/bin/env ruby require File.dirname(__FILE__) + '/../../config/boot.rb' require 'commands/performance/benchmarker' diff --git a/script/performance/profiler b/script/performance/profiler index a7ea37a9a..e9e5b071d 100755 --- a/script/performance/profiler +++ b/script/performance/profiler @@ -1,5 +1,3 @@ -#!/usr/bin/ruby - #!/usr/bin/env ruby require File.dirname(__FILE__) + '/../../config/boot.rb' require 'commands/performance/profiler' -- cgit v1.2.3