<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,10 +17,10 @@ function extend_path {
 }
 
 function random_line {
-  LINES=`wc -l $1 | awk '{ print ($1 + 1) }'`
-  RANDSEED=`date '+%S%M%I'`
-  LINE=`cat $1 | awk -v COUNT=$LINES -v SEED=$RANDSEED 'BEGIN { srand(SEED); i=int(rand()*COUNT) } FNR==i { print $0 }'`
-  echo $LINE
+  LINES=$( wc -l &quot;$1&quot; | awk '{ print ($1 + 1) }' )
+  RANDSEED=$( date '+%S%M%I' )
+  LINE=$( cat &quot;$1&quot; | awk -v &quot;COUNT=$LINES&quot; -v &quot;SEED=$RANDSEED&quot; 'BEGIN { srand(SEED); i=int(rand()*COUNT) } FNR==i { print $0 }' )
+  echo &quot;$LINE&quot;
 }
 
 function string_slice {</diff>
      <filename>.bash_profile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>63d86e43d2343b729b59c0ca79e1ff5fe5bf3934</id>
    </parent>
  </parents>
  <author>
    <name>Silas Sewell</name>
    <email>silas@sewell.ch</email>
  </author>
  <url>http://github.com/silas/config/commit/58877c77491740369118324763f9ea61e274871a</url>
  <id>58877c77491740369118324763f9ea61e274871a</id>
  <committed-date>2009-05-27T16:53:43-07:00</committed-date>
  <authored-date>2009-05-27T16:53:43-07:00</authored-date>
  <message>Cleanup random_line syntax.</message>
  <tree>6bc8f9058b10df319a56f872dafbd3ef063540df</tree>
  <committer>
    <name>Silas Sewell</name>
    <email>silas@sewell.ch</email>
  </committer>
</commit>
