Re: [PATCH] Use SHELL_PATH as hash bang in test suite askpass helper script.

2014-09-28 Thread Jeff King
On Sun, Sep 28, 2014 at 11:21:07PM +0100, Ben Walton wrote: > The askpass script that is created for use by the test suite should > use SHELL_PATH for its hash bang instead of /bin/sh. Commit 5a4352024 > introduced the use of idioms not supported in some legacy /bin/sh > implementations. Sounds g

[PATCH] Use SHELL_PATH as hash bang in test suite askpass helper script.

2014-09-28 Thread Ben Walton
The askpass script that is created for use by the test suite should use SHELL_PATH for its hash bang instead of /bin/sh. Commit 5a4352024 introduced the use of idioms not supported in some legacy /bin/sh implementations. Signed-off-by: Ben Walton --- t/lib-credential.sh | 4 ++-- 1 file changed,