OSDN Git Service

Correct shebang line for contrib/stats/packinfo.pl
authorBrian Downing <bdowning@lavos.net>
Thu, 12 Jul 2007 14:16:11 +0000 (09:16 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Jul 2007 21:18:24 +0000 (14:18 -0700)
"/bin/perl"?  What was I thinking?

Signed-off-by: Brian Downing <bdowning@lavos.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/stats/packinfo.pl

index 792673a..aab501e 100755 (executable)
@@ -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.