Browse Source

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>
maint
Brian Downing 18 years ago committed by Junio C Hamano
parent
commit
b492bbd836
  1. 2
      contrib/stats/packinfo.pl

2
contrib/stats/packinfo.pl

@ -1,4 +1,4 @@ @@ -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…
Cancel
Save