<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -359,8 +359,6 @@ update_script_name() {
 }
 
 update_script() {
-    echo &quot;Updating and restarting the factor.sh script...&quot;
-
     update_script=`update_script_name`
     
     echo &quot;#!/bin/sh&quot; &gt;&quot;$update_script&quot;
@@ -384,8 +382,10 @@ git_fetch_factorcode() {
     invoke_git fetch &quot;$GIT_URL&quot; master
 
     if update_script_changed; then
+        echo &quot;Updating and restarting the factor.sh script...&quot;
         update_script
     else
+        echo &quot;Updating the working tree...&quot;
         invoke_git pull &quot;$GIT_URL&quot; master
     fi
 }</diff>
      <filename>build-support/factor.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3c6f3f362bca324361b9c1c46a8fa2168e25e718</id>
    </parent>
  </parents>
  <author>
    <name>Joe Groff</name>
    <email>arcata@gmail.com</email>
  </author>
  <url>http://github.com/slavapestov/factor/commit/88345c97e6d10f3dc9e29cad415000d55b433fe8</url>
  <id>88345c97e6d10f3dc9e29cad415000d55b433fe8</id>
  <committed-date>2009-08-27T10:15:52-07:00</committed-date>
  <authored-date>2009-08-27T10:15:52-07:00</authored-date>
  <message>better factor.sh output after git fetch whether script is restarted or not</message>
  <tree>b4a5dceaa7edbae3c522417d7bebea8175a58541</tree>
  <committer>
    <name>Joe Groff</name>
    <email>arcata@gmail.com</email>
  </committer>
</commit>
