t0060: fix whitespace in "wc -c" invocation
commit28baf82ea359d9f2579fd3a7e7e2e5e2bd5da2a9
authorJeff King <peff@peff.net>
Mon, 23 Mar 2009 06:22:29 +0000 (23 02:22 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2009 07:18:02 +0000 (23 00:18 -0700)
treefa95dbdd1ed14e8e45607d783bcf78f97501b930
parent8b02c64a3cb3a494ca5d704e3e05c4a2c45867c7
t0060: fix whitespace in "wc -c" invocation

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>
t/t0060-path-utils.sh