<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -73,8 +73,7 @@ class Scheduler &lt; Daemon::Base
     puts &quot;#{task.name} (#{task.interval})&quot;
     puts command
     puts &quot;Running at #{timestamp}...&quot;
-    cmd = IO.popen(command, &quot;w+&quot;); cmd.close_write
-    result = cmd.read
+    result = system(command)
     puts &quot;Finished at #{timestamp}&quot;
     puts 'Output:'
     puts result.to_s.strip.any? ? result : '(blank)'</diff>
      <filename>script/scheduler</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3b481e5eb92307e744d4c1db2b81dd90678d7aa9</id>
    </parent>
  </parents>
  <author>
    <name>Tim Morgan</name>
    <email>tim@timmorgan.org</email>
  </author>
  <url>http://github.com/seven1m/onebody/commit/a4008e480741d86bf97da757f627e20856c6db33</url>
  <id>a4008e480741d86bf97da757f627e20856c6db33</id>
  <committed-date>2008-08-19T13:06:54-07:00</committed-date>
  <authored-date>2008-08-19T13:04:47-07:00</authored-date>
  <message>Use system() instead of IO.popen()</message>
  <tree>db1088c25976d8de66ee08649d920e1d539808c7</tree>
  <committer>
    <name>Tim Morgan</name>
    <email>tim@timmorgan.org</email>
  </committer>
</commit>
