t0060: fix whitespace in "wc -c" invocation
authorJeff King <peff@peff.net>
Mon, 23 Mar 2009 06:22:29 +0000 (02:22 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2009 07:18:02 +0000 (00:18 -0700)
Some platforms like to stick extra whitespace in the output
of "wc -c"; using the result without quotes gets the shell
to collapse the whitespace.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found