about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-19 15:03:32 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-02-19 15:03:32 +0000
commita128709186acb486a329b2ee5ce7d87ce8af87d8 (patch)
tree06cda345c5a364a300750bd2c7192e6db4bc98c4 /bin
parente22cae38e125b7240c3516b5476ff131d5ab1b54 (diff)
downloadunicorn-a128709186acb486a329b2ee5ce7d87ce8af87d8.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@46 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'bin')
-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