From: Kyle J. McKay Date: Sun, 8 Mar 2015 05:07:59 +0000 (-0800) Subject: git-compat-util.h: move SHELL_PATH default into header X-Git-Tag: v2.4.0-rc0~35^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1b56cdf901f6e6a73d0edadf56afb1c878c7622a?ds=sidebyside;hp=1b56cdf901f6e6a73d0edadf56afb1c878c7622a 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 Signed-off-by: Junio C Hamano ---