about summary refs log tree commit homepage
path: root/bin/mongrel_rails
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mongrel_rails')
-rw-r--r--bin/mongrel_rails1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index e9d4fa9..cb891e1 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -126,6 +126,7 @@ class StartCommand < Mongrel::Command::Command
       server.acceptor.join
     rescue Interrupt
       puts "Interrupted."
+      raise
     end
   end