diff options
author | James McKinney <james@slashpoundbang.com> | 2011-10-16 15:56:04 -0400 |
---|---|---|
committer | James McKinney <james@slashpoundbang.com> | 2011-10-16 15:56:04 -0400 |
commit | 08f9c44fb9ac3254321c92402d144b9bd61dc70e (patch) | |
tree | de56d56a3b388df8349056829b77d50e0acf7c9f /script/breakpointer | |
parent | 6bc07fec63a929d5413b33f7bc34e3505e17a090 (diff) |
fix path to ruby script
Diffstat (limited to 'script/breakpointer')
-rwxr-xr-x | script/breakpointer | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/script/breakpointer b/script/breakpointer index dfe58bf36..609564148 100755 --- a/script/breakpointer +++ b/script/breakpointer @@ -1,5 +1,3 @@ -#!/usr/bin/ruby - #!/usr/bin/env ruby require File.dirname(__FILE__) + '/../config/boot.rb' require 'commands/breakpointer' |