Code

[PATCH] Do not rely on a sane wc
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 1 Aug 2005 14:32:37 +0000 (16:32 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 1 Aug 2005 20:27:09 +0000 (13:27 -0700)
commit9b75e9fa7b2c9bae2d386a380e7f80a7b6c4462e
tree00e1553b44abe4d0f535ec5e01d53059af4d834c
parentade75a59fd0738757019456e0a5a39d3d1af85d7
[PATCH] Do not rely on a sane wc

Some implementations of wc pad the line number with white space, which
expr does not grok as a number.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-format-patch-script