From: Jeff King Date: Mon, 23 Mar 2009 06:22:29 +0000 (-0400) Subject: t0060: fix whitespace in "wc -c" invocation X-Git-Tag: v1.6.3-rc0~101^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/28baf82ea359d9f2579fd3a7e7e2e5e2bd5da2a9?hp=28baf82ea359d9f2579fd3a7e7e2e5e2bd5da2a9 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 Signed-off-by: Junio C Hamano ---