<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,5 @@
-Fafblog rules ok.
+When you hit M-i you should see '| 5' appear below the following line:
 
 $ awk 'BEGIN { print 2+3 }'
-| 5
 
-here we go
+Yay!</diff>
      <filename>sample.sh</filename>
    </modified>
    <modified>
      <diff>@@ -3,14 +3,18 @@
 # Distributed under the terms of the MIT X License, found at
 # http://www.opensource.org/licenses/mit-license.php
 
-work=`mktemp -d`
+work=`mktemp -d /tmp/halp.XXXXXXXXXX`
 touch ${work}/line_numbers
 
 grep -v '^| ' &gt;${work}/input
 awk '/^[$]/ { print NR &gt;&quot;'${work}/line_numbers'&quot;;
               print &quot;echo -n SEP;&quot; substr($0, 2); }' ${work}/input |
   sh | sed 's/^SEP/| /' |
-  paste -d'a' ${work}/line_numbers - &gt;${work}/edits
+  awk '
+    { getline linenumber &lt;&quot;'${work}/line_numbers'&quot;;
+      print linenumber &quot;a \\&quot;;
+      print $0; }' &gt;${work}/edits
+
 sed -f ${work}/edits &lt;${work}/input
 
 rm -r ${work}</diff>
      <filename>sh-halp.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5eea65d59a784c66e9fddcea9be2b3d859c49d40</id>
    </parent>
  </parents>
  <author>
    <name>darius</name>
    <email>darius@66-214-133-204.dhcp.gldl.ca.charter.com</email>
  </author>
  <url>http://github.com/darius/halp/commit/74d9c4acd45bc9dc2ba00dd258fe574777e68518</url>
  <id>74d9c4acd45bc9dc2ba00dd258fe574777e68518</id>
  <committed-date>2008-08-02T22:41:34-07:00</committed-date>
  <authored-date>2008-08-02T22:41:34-07:00</authored-date>
  <message>get sh-halp.sh to actually work again (once again, in a still-fragile way)</message>
  <tree>0824957a9043271a65671c19d93913542dab4663</tree>
  <committer>
    <name>darius</name>
    <email>darius@66-214-133-204.dhcp.gldl.ca.charter.com</email>
  </committer>
</commit>
