help.c: use SHELL_PATH instead of hard-coded "/bin/sh"
authorKyle J. McKay <mackyle@gmail.com>
Sun, 8 Mar 2015 05:08:00 +0000 (21:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Mar 2015 22:11:29 +0000 (15:11 -0700)
If the user has set SHELL_PATH in the Makefile then we
should respect that value and use it.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found