diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-05-01 22:18:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-01 13:32:17 -0700 |
commit | 0754e089c1ffc6a40574eee0564ef98b3acacc26 (patch) | |
tree | 72432d9dfa701eff96ae2a651da6e5e039d6a023 /t/t4133-apply-filenames.sh | |
parent | t/gitweb-lib: use $PERL_PATH to run gitweb (diff) | |
download | tgif-0754e089c1ffc6a40574eee0564ef98b3acacc26.tar.xz |
Consistently use perl from /usr/bin/ for scripts
While the majority of scripts use '#!/usr/bin/perl', some use
'#!/usr/bin/env perl'. In the end there is no difference, because the
Makefile rewrites "#!.*perl" with "#!$PERL_PATH" in scripted
Porcelains before installing. Nevertheless, the second form can be
misleading, because it suggests that perl found first in $PATH will be
used.
Suggested-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4133-apply-filenames.sh')
0 files changed, 0 insertions, 0 deletions