author | Jeff King <peff@peff.net> | |
Wed, 12 Mar 2008 21:41:39 +0000 (17:41 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 13 Mar 2008 07:57:53 +0000 (00:57 -0700) | ||
commit | 4bf9f27dfb4ed6fd67a9bfc6f80e10b8c6980c85 | |
tree | 6c6133cc4bf3598cf27ba98762ff415526b10caa | tree | snapshot |
parent | d89c1dfac939623a269f60d4e27e3a2929dca29c | commit | diff |
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>
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 | diff | blob | history | |
git-filter-branch.sh | diff | blob | history |