Skip to content

Commit

Permalink
Set binary encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Feb 22, 2012
1 parent cca20b6 commit 1832d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/crash-watch
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# encoding: binary
require 'optparse' require 'optparse'


options = {} options = {}
Expand Down Expand Up @@ -79,4 +80,4 @@ begin
end end
ensure ensure
gdb.close gdb.close
end end

0 comments on commit 1832d4b

Please sign in to comment.