about summary refs log tree commit diff stats
path: root/ranger.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ranger.rb')
-rwxr-xr-xranger.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/ranger.rb b/ranger.rb
index 25b48920..7409060d 100755
--- a/ranger.rb
+++ b/ranger.rb
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby -Ku
+#!/usr/bin/ruby -Kudw
 version = '0.2.2'
 
 # Log details
@@ -18,6 +18,8 @@ $: << MYDIR = File.dirname(Pathname.new(__FILE__).realpath)
 
 #SCREENSAVER = fj MYDIR, 'code', 'screensaver', 'clock.rb'
 
+EVIL = false
+
 PID = Process.pid
 
 if ARGV.size > 0