aboutsummaryrefslogtreecommitdiffstats
path: root/script/performance
diff options
context:
space:
mode:
authorJames McKinney <james@slashpoundbang.com>2011-10-16 15:56:04 -0400
committerJames McKinney <james@slashpoundbang.com>2011-10-16 15:56:04 -0400
commit08f9c44fb9ac3254321c92402d144b9bd61dc70e (patch)
treede56d56a3b388df8349056829b77d50e0acf7c9f /script/performance
parent6bc07fec63a929d5413b33f7bc34e3505e17a090 (diff)
fix path to ruby script
Diffstat (limited to 'script/performance')
-rwxr-xr-xscript/performance/benchmarker2
-rwxr-xr-xscript/performance/profiler2
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'