diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-11-22 07:46:57 -0800 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-11-22 07:46:57 -0800 |
commit | 38c8a52ddfc24f6553b5ac032f27d0749823e852 (patch) | |
tree | 0cc278677659705eb2f9b9751c5379cb3d52d79d /script/performance | |
parent | edd9b7709a1ef79d8327d24e32e9e94919f19c3d (diff) | |
parent | 62817c9ea3f5838c850532ad875952d1bff34ad6 (diff) |
Merge pull request #273 from jpmckinney/ruby_bin_path
Fix path to ruby
Diffstat (limited to 'script/performance')
-rwxr-xr-x | script/performance/benchmarker | 2 | ||||
-rwxr-xr-x | script/performance/profiler | 2 |
2 files changed, 0 insertions, 4 deletions
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' |