commit | 28baf82ea359d9f2579fd3a7e7e2e5e2bd5da2a9 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Mon Mar 23 02:22:29 2009 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Mar 23 00:18:02 2009 -0700 |
tree | fa95dbdd1ed14e8e45607d783bcf78f97501b930 | |
parent | 8b02c64a3cb3a494ca5d704e3e05c4a2c45867c7 [diff] |
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>