[git commit] bloat-o-meter: don't require that pythin is in /usr/bin.

Denys Vlasenko vda.linux at googlemail.com
Fri Jul 8 08:56:58 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=98f213ed7940d70a5ba7ea502469e51da8b0a2b0
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Lauri Kasanen <curaga at operamail.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 scripts/bloat-o-meter |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/bloat-o-meter b/scripts/bloat-o-meter
index 91374c1..0d3ff7f 100755
--- a/scripts/bloat-o-meter
+++ b/scripts/bloat-o-meter
@@ -1,8 +1,8 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
 # Copyright 2004 Matt Mackall <mpm at 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.
-- 
1.7.3.4



More information about the busybox-cvs mailing list