<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -53,7 +53,7 @@ namespace :ultrasphinx do
     task :start =&gt; [:_environment] do
       FileUtils.mkdir_p File.dirname(Ultrasphinx::DAEMON_SETTINGS[&quot;log&quot;]) rescue nil
       raise Ultrasphinx::DaemonError, &quot;Already running&quot; if ultrasphinx_daemon_running?
-      system &quot;searchd --config '#{Ultrasphinx::CONF_PATH}'&quot;
+      system &quot;searchd --config #{Ultrasphinx::CONF_PATH}&quot;
       sleep(4) # give daemon a chance to write the pid file
       if ultrasphinx_daemon_running?
         say &quot;started successfully&quot;
@@ -159,7 +159,7 @@ def ultrasphinx_index(index)
   rotate = ultrasphinx_daemon_running?
   ultrasphinx_create_index_path
   
-  cmd = &quot;indexer --config '#{Ultrasphinx::CONF_PATH}'&quot;
+  cmd = &quot;indexer --config #{Ultrasphinx::CONF_PATH}&quot;
   cmd &lt;&lt; &quot; #{ENV['OPTS']} &quot; if ENV['OPTS']
   cmd &lt;&lt; &quot; --rotate&quot; if rotate
   cmd &lt;&lt; &quot; #{index}&quot;
@@ -178,7 +178,7 @@ def ultrasphinx_merge
     raise &quot;#{index} index is missing&quot; unless File.exist? &quot;#{Ultrasphinx::INDEX_SETTINGS['path']}/sphinx_index_#{index}.spa&quot;
   end
   
-  cmd = &quot;indexer --config '#{Ultrasphinx::CONF_PATH}'&quot;
+  cmd = &quot;indexer --config #{Ultrasphinx::CONF_PATH}&quot;
   cmd &lt;&lt; &quot; #{ENV['OPTS']} &quot; if ENV['OPTS']
   cmd &lt;&lt; &quot; --rotate&quot; if rotate
   cmd &lt;&lt; &quot; --merge #{indexes.join(' ')}&quot;</diff>
      <filename>tasks/ultrasphinx.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>71968e40a47a39f25dc7246639199539c93c2a8a</id>
    </parent>
  </parents>
  <author>
    <name>unknown</name>
    <email>Administrator@.(none)</email>
  </author>
  <url>http://github.com/pdcawley/ultrasphinx/commit/d81f278c192aa92098bd50fb66c0402eec389457</url>
  <id>d81f278c192aa92098bd50fb66c0402eec389457</id>
  <committed-date>2009-04-27T17:01:11-07:00</committed-date>
  <authored-date>2009-02-13T02:16:59-08:00</authored-date>
  <message>Changed rake tasks to work on windows

Signed-off-by: Snax Fauna &lt;evan+fauna@cloudbur.st&gt;</message>
  <tree>d60055ed32c67b18aab15468b75ef1272c6a4ad3</tree>
  <committer>
    <name>Snax Fauna</name>
    <email>evan+fauna@cloudbur.st</email>
  </committer>
</commit>
