Git fork

contrib: use a more portable shebang for git-credential-netrc

While the installed scripts have their Perl shebang set to PERL_PATH,
it is nevertheless useful to be able to run the uninstalled script for
manual tests while developing. This change makes the shebang more
portable by having the perl command looked from PATH instead of from a
fixed location.

Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Maxim Cournoyer and committed by
Junio C Hamano
3570fba9 cb3b4038

+1 -1
+1 -1
contrib/credential/netrc/git-credential-netrc.perl
··· 1 - #!/usr/bin/perl 1 + #!/usr/bin/env perl 2 2 3 3 use strict; 4 4 use warnings;