t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare sh
authorBrandon Casey <redacted>
Mon, 29 Aug 2011 20:09:25 +0000 (13:09 -0700)
committerJunio C Hamano <redacted>
Wed, 31 Aug 2011 00:07:09 +0000 (17:07 -0700)
commit381f0d3bd917fa94309214ebe6990c3174a46f4f
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t6030-bisect-porcelain.sh
git clone https://git.99rst.org/PROJECT