help.c: use SHELL_PATH instead of hard-coded "/bin/sh"
commitb680a86a86f44444643b9be5bf4822feda128cd0
authorKyle J. McKay <mackyle@gmail.com>
Sun, 8 Mar 2015 05:08:00 +0000 (7 21:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Mar 2015 22:11:29 +0000 (10 15:11 -0700)
tree2a34b758ad762d11b5e4b7029fb86ba5d862987d
parent1b56cdf901f6e6a73d0edadf56afb1c878c7622a
help.c: use SHELL_PATH instead of hard-coded "/bin/sh"

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>
builtin/help.c