Skip to content

Commit b492bbd

Browse files
bdowninggitster
authored andcommitted
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>
1 parent 750bd6a commit b492bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/stats/packinfo.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/perl
1+
#!/usr/bin/perl
22
#
33
# This tool will print vaguely pretty information about a pack. It
44
# expects the output of "git-verify-pack -v" as input on stdin.

0 commit comments

Comments
 (0)