git-filter-branch.sh: more portable tr usage: use \012, not \n.
commite8a3f90994067a154fafcec9bbb18cf7865cd94c
authorJim Meyering <jim@meyering.net>
Tue, 18 Dec 2007 10:03:23 +0000 (18 11:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Dec 2007 20:00:26 +0000 (18 12:00 -0800)
tree50a2fc3d3ab052775477557b3a8e6fca6d29904b
parent91c3aced4c9b961e162f9acd706f4b03a85aed2c
git-filter-branch.sh: more portable tr usage: use \012, not \n.

I hesitate to suggest this, since GNU tr has accepted \n for 15 years,
but there are supposedly a few crufty vendor-supplied versions of tr still
in use.  Also, all of the other uses of tr-with-newline in git use \012.

Signed-off-by: Jim Meyering <meyering@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch.sh