git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Correct shebang line for contrib/stats/packinfo.pl
@ 2007-07-12 14:16 Brian Downing
  0 siblings, 0 replies; only message in thread
From: Brian Downing @ 2007-07-12 14:16 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Brian Downing, git

"/bin/perl"?  What was I thinking?

Signed-off-by: Brian Downing <bdowning@lavos.net>
---
 contrib/stats/packinfo.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/contrib/stats/packinfo.pl b/contrib/stats/packinfo.pl
index 792673a..aab501e 100755
--- a/contrib/stats/packinfo.pl
+++ b/contrib/stats/packinfo.pl
@@ -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.
-- 
1.5.2.GIT

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-07-12 14:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-12 14:16 [PATCH] Correct shebang line for contrib/stats/packinfo.pl Brian Downing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).