t6000lib: tr portability fix
commit2ea47154e00a3bb33e4b12bf323956d89c557ed6
authorJeff King <peff@peff.net>
Wed, 12 Mar 2008 21:38:31 +0000 (12 17:38 -0400)
committerJeff King <peff@peff.net>
Thu, 13 Mar 2008 12:19:01 +0000 (13 08:19 -0400)
treece97ed7cc7ddc42e9b9ff99fee78f7949fd31bda
parent4fcd42cc3cdbbcceec8150b8b920624b0e9f475d
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