git-compat-util.h: move SHELL_PATH default into header
commit1b56cdf901f6e6a73d0edadf56afb1c878c7622a
authorKyle J. McKay <mackyle@gmail.com>
Sun, 8 Mar 2015 05:07:59 +0000 (7 21:07 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Mar 2015 22:11:24 +0000 (10 15:11 -0700)
tree14488a9878fcab13c3f779f2ea02fa206e94f9da
parentff7a9dc2c503360190650d604dbdbc293d99b765
git-compat-util.h: move SHELL_PATH default into header

If SHELL_PATH is not defined we use "/bin/sh".  However,
run-command.c is not the only file that needs to use
the default value so move it into a common header.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-compat-util.h
run-command.c