<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,6 +2,6 @@
 
 GREP_FOR=$1
 
-for f in `find . -type f | xargs -I {} file {} | grep UTF-16 | cut -f1 -d\:`
-	do iconv -f UTF-16 -t UTF-8 $f | grep -iH --label=$f ${GREP_FOR}
+for file in `find . -type f | xargs -I {} file {} | grep UTF-16 | cut -f1 -d\:`
+	do iconv -f UTF-16 -t UTF-8 ${file} | grep -iH --label=${file} ${GREP_FOR}
 done</diff>
      <filename>ugrep.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bd93acf847e37a4f640df3a3ea67465891f72fd0</id>
    </parent>
  </parents>
  <author>
    <name>dacort</name>
    <email>d.lifehacker@gmail.com</email>
  </author>
  <url>http://github.com/dacort/ugrep/commit/0799ffa8df2630af4136d1671348001df6de1670</url>
  <id>0799ffa8df2630af4136d1671348001df6de1670</id>
  <committed-date>2008-07-16T19:30:54-07:00</committed-date>
  <authored-date>2008-07-16T19:30:54-07:00</authored-date>
  <message>Updated $f variable to be more consistent/readable.</message>
  <tree>2749e170126611b9b0805423ee3cab01ab9a65fc</tree>
  <committer>
    <name>dacort</name>
    <email>d.lifehacker@gmail.com</email>
  </committer>
</commit>
