t6000lib: tr portability fix
commitcde2ed25ad764260aaa08a9ed3fbd997723c6b76
authorJeff King <peff@peff.net>
Wed, 12 Mar 2008 21:38:31 +0000 (12 17:38 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Mar 2008 07:57:53 +0000 (13 00:57 -0700)
treedafe3f7c19e8497d3f1d17672f36bb369d88eaf0
parent53a5b443b4b3d5beb102615f402e0e4da5ba9179
t6000lib: tr portability fix

Some versions of tr complain if the number of characters in
both sets isn't the same. So here we must manually expand
the dashes in set2.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6000lib.sh