Correct references to /usr/bin/python which does not exist on FreeBSD
authorR. Tyler Ballance <tyler@monkeypox.org>
Sun, 21 Mar 2010 19:01:50 +0000 (12:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Mar 2010 21:33:54 +0000 (14:33 -0700)
On FreeBSD, Python does not ship as part of the base system but is available
via the ports system, which install the binary in /usr/local/bin.

Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found