bloat-o-meter: don't require that pythin is in /usr/bin.
authorLauri Kasanen <curaga@operamail.com>
Fri, 8 Jul 2011 08:56:58 +0000 (10:56 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 8 Jul 2011 08:56:58 +0000 (10:56 +0200)
Signed-off-by: Lauri Kasanen <curaga@operamail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
scripts/bloat-o-meter

index 91374c1..0d3ff7f 100755 (executable)
@@ -1,8 +1,8 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
 # Copyright 2004 Matt Mackall <mpm@selenic.com>
 #
-# inspired by perl Bloat-O-Meter (c) 1997 by Andi Kleen
+# Inspired by perl Bloat-O-Meter (c) 1997 by Andi Kleen
 #
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.