commit | c049216fdf8cbbe93edf107800519739f4bcf56d | [log] [tgz] |
---|---|---|
author | Ben Walton <bdwalton@gmail.com> | Mon Sep 29 08:02:07 2014 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Sep 29 09:06:52 2014 -0700 |
tree | 87685fbafd3c7c8137add9e26305da34803269df | |
parent | 62b553cdd6cd41d60b3e0c6fe4a85a951712df97 [diff] |
t/lib-credential: use write_script Use write_script to create the helper "askpass" script, instead of hand-creating it with hardcoded "#!/bin/sh" to make sure we use the shell the user told us to use. Signed-off-by: Ben Walton <bdwalton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>