From: Jeff King Date: Wed, 12 Mar 2008 21:41:39 +0000 (-0400) Subject: filter-branch: use $SHELL_PATH instead of 'sh' X-Git-Tag: v1.5.5-rc0~5^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4bf9f27dfb4ed6fd67a9bfc6f80e10b8c6980c85?hp=4bf9f27dfb4ed6fd67a9bfc6f80e10b8c6980c85 filter-branch: use $SHELL_PATH instead of 'sh' On some systems, 'sh' isn't very friendly. In particular, t7003 fails on Solaris because it doesn't understand $(). Instead, use the specified SHELL_PATH to run shell code. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---