Skip to content

Instantly share code, notes, and snippets.

@moonpolysoft
Created March 13, 2009 21:22
Show Gist options
  • Save moonpolysoft/78774 to your computer and use it in GitHub Desktop.
Save moonpolysoft/78774 to your computer and use it in GitHub Desktop.
index 3018cf0..094614c 100644
--- a/rlibs/cli/start.rb
+++ b/rlibs/cli/start.rb
@@ -13,7 +13,7 @@ OptionParser.new do |opts|
opts.separator "Specific options:"
opts.on("-c", "--config [CONFIGFILE]", "path to the config file") do |config|
- options[:config] = %Q(-dynomite config "#{config}")
+ options[:config] = %Q(-dynomite config "\\"#{config}\\"")
end
opts.on("-l", "--log [LOGFILE]", "error log path") do |log|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment