t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare sh
commit381f0d3bd917fa94309214ebe6990c3174a46f4f
authorBrandon Casey <drafnel@gmail.com>
Mon, 29 Aug 2011 20:09:25 +0000 (29 13:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 31 Aug 2011 00:07:09 +0000 (30 17:07 -0700)
treee271512ec6c2f5fbe812463166a7c004d695641a
parentb704a8b3fd1d5a2eeeeadcef48c962db2c84b0af
t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare sh

Some platforms (IRIX, Solaris) provide an ancient /bin/sh which chokes on
modern shell syntax like $().  SHELL_PATH is provided to allow the user to
specify a working sh, let's use it here.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6030-bisect-porcelain.sh