author | Jeff King <peff@peff.net> | |
Thu, 21 Feb 2008 00:00:44 +0000 (19:00 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 21 Feb 2008 04:21:43 +0000 (20:21 -0800) | ||
commit | 1bd38e8dcca03e318d6000d62cf74c541945a8ba | |
tree | 5480e489d19e071d3a183367606c365f6fbbf440 | tree | snapshot |
parent | c1867cea90f8e7ee8e1be3fc07a402dde1b2666d | commit | diff |
t3404: use configured shell instead of /bin/sh
The fake-editor shell script invoked /bin/sh; normally this
is fine, unless the /bin/sh doesn't meet our compatibility
requirements, as is the case with Solaris. Specifically, the
$() syntax used by fake-editor is not understood.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The fake-editor shell script invoked /bin/sh; normally this
is fine, unless the /bin/sh doesn't meet our compatibility
requirements, as is the case with Solaris. Specifically, the
$() syntax used by fake-editor is not understood.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh | diff | blob | history |