Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t6030: use $SHELL_PATH to invoke user's preferred shell instead of ba…
…re 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>
- Loading branch information