about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails_service2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mongrel_rails_service b/bin/mongrel_rails_service
index a82546e..38cd71a 100644
--- a/bin/mongrel_rails_service
+++ b/bin/mongrel_rails_service
@@ -108,7 +108,7 @@ class Install < Mongrel::Plugin "/commands"
     @params << "-p #{@port.to_i} " if @port
 
     # mime
-    @params << "-m #{@mime_map} " if @mime_map
+    @params << "-m \"#{@mime_map}\" " if @mime_map
 
     # num_procs
     @params << "-P #{@num_procs.to_i} " if @num_procs