Fix precheck test
commit43921a84643624974fc3cabe6886f57abe8f8e19
authorKyle J. McKay <mackyle@gmail.com>
Wed, 23 Apr 2014 19:10:41 +0000 (23 12:10 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 23 Apr 2014 19:12:43 +0000 (23 12:12 -0700)
treef642a08e6e194573ba5487c144c5c5304918bcdd
parent4c2057520beb13eef42bf015ddee09749949ff3f
Fix precheck test

Adjust the precheck version test so that it is
insensitive to case, translation and suffixes that
may be present in the output of the `git version`
command.

Some versions of Git are known to output a version
that looks like 'git version n.n.n.n (foo foo)'.

Without this fix those versions of Git do not pass
the check even though they should if the n.n.n.n
part is sufficiently recent.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
tg.sh