Correct shebang line for contrib/stats/packinfo.pl
"/bin/perl"? What was I thinking? Signed-off-by: Brian Downing <bdowning@lavos.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
750bd6ac35
commit
b492bbd836
@ -1,4 +1,4 @@
|
||||
#!/bin/perl
|
||||
#!/usr/bin/perl
|
||||
#
|
||||
# This tool will print vaguely pretty information about a pack. It
|
||||
# expects the output of "git-verify-pack -v" as input on stdin.
|
||||
|
Loading…
Reference in New Issue
Block a user