filter-branch: use $SHELL_PATH instead of 'sh'
commit1d6436e7af6afff6257ac637a4aff1e0ca0c510b
authorJeff King <peff@peff.net>
Wed, 12 Mar 2008 21:41:39 +0000 (12 17:41 -0400)
committerJeff King <peff@peff.net>
Thu, 13 Mar 2008 12:19:01 +0000 (13 08:19 -0400)
tree5b774517edad156da5a2b481a8b7e23b6644fc3d
parent4f126d6ffb66f6cff200decf0649c4055feb2c2a
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 <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
git-filter-branch.sh