about summary refs log tree commit homepage
path: root/bin/unicorn
diff options
context:
space:
mode:
Diffstat (limited to 'bin/unicorn')
-rwxr-xr-xbin/unicorn1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/unicorn b/bin/unicorn
index f476a33..9962b58 100755
--- a/bin/unicorn
+++ b/bin/unicorn
@@ -106,6 +106,7 @@ op = OptionParser.new("", 24, '  ') do |opts|
 end
 
 app = Unicorn.builder(ARGV[0] || 'config.ru', op)
+op = nil
 
 if $DEBUG
   require 'pp'