On Tue, 05 Jun 2007 18:34:59 -0700 Josh Triplett <josh@xxxxxxxxxxxxxxx> wrote: > > -commits=$(cat ../revs | wc -l | tr -d " ") > +commits=$(wc -l ../revs | tr -d " ") This is not equivalent, you probably wanted: commits=$(wc -l <../revs | tr -d " ") Cheers, Stephen Rothwell
Attachment:
pgpSzYV48EWbG.pgp
Description: PGP signature