diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-11-07 19:00:38 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-11-07 19:00:38 +0000 |
commit | 97ad67c0d4e33d29e3f7ef27d7e3a1249b41e066 (patch) | |
tree | 5d19c3cd9aae67ac8999983782abf28adf35502c /bin | |
parent | e9ab9d3dd4d96002e06eadccdaceba04d7ba3ecd (diff) |
rbot should default to the debug level used by ruby
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rbot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ opts = GetoptLong.new( ["--version", "-v", GetoptLong::NO_ARGUMENT] ) -$debug = false +$debug = $DEBUG $daemonize = false opts.each {|opt, arg| |