diff options
author | Johannes Sixt <j6t@kdbg.org> | 2010-01-01 23:14:06 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-05 23:40:43 -0800 |
commit | fa7151a61edf585abdbb3d2831e7992bf3925671 (patch) | |
tree | df0ecf18d33d4a12eb100b5e66710bd748846e40 /.gitignore | |
parent | run-command: add "use shell" option (diff) | |
download | tgif-fa7151a61edf585abdbb3d2831e7992bf3925671.tar.xz |
t0021: use $SHELL_PATH for the filter script
On Windows, we need the shbang line to correctly invoke shell scripts via
a POSIX shell, except when the script is invoked via 'sh -c' because sh (a
bash) does "the right thing". But the clean and smudge filters will not
always be invoked via 'sh -c'; to futureproof, we should mark the the one
in t0021-conversion with #!$SHELL_PATH.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions