diff options
author | Francis Irving <francis@mysociety.org> | 2010-09-10 03:21:50 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-09-10 03:21:50 +0100 |
commit | 3e8b4ce88786574a82500c8db3c9272b5b070966 (patch) | |
tree | 52c474a4e69b45e40fc7172173b63b2635e30a4a /script/breakpointer | |
parent | 792647e221d12adf15428f4924ad8f8d115fa1e8 (diff) |
Load in boot.rb with full name (for Ruby 1.9)
Diffstat (limited to 'script/breakpointer')
-rwxr-xr-x | script/breakpointer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/script/breakpointer b/script/breakpointer index e6a569875..dfe58bf36 100755 --- a/script/breakpointer +++ b/script/breakpointer @@ -1,5 +1,5 @@ #!/usr/bin/ruby #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../config/boot' -require 'commands/breakpointer'
\ No newline at end of file +require File.dirname(__FILE__) + '/../config/boot.rb' +require 'commands/breakpointer' |