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