about summary refs log tree commit homepage
path: root/bin/unicorn_rails
diff options
context:
space:
mode:
Diffstat (limited to 'bin/unicorn_rails')
-rwxr-xr-xbin/unicorn_rails1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/unicorn_rails b/bin/unicorn_rails
index 860a9ce..4bd599f 100755
--- a/bin/unicorn_rails
+++ b/bin/unicorn_rails
@@ -186,6 +186,7 @@ def rails_builder(ru, op, daemonize)
 end
 
 app = rails_builder(ARGV[0], op, rackup_opts[:daemonize])
+op = nil
 
 if $DEBUG
   require 'pp'