aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauri Kasanen <curaga@operamail.com>2011-07-08 10:56:58 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-07-08 10:56:58 +0200
commit98f213ed7940d70a5ba7ea502469e51da8b0a2b0 (patch)
tree24db7053e22cb765e82f98d04dca1877c2ca4efc
parent4ee64878497bbde0c9f1bc8816e07df8f1696271 (diff)
downloadbusybox-w32-98f213ed7940d70a5ba7ea502469e51da8b0a2b0.tar.gz
busybox-w32-98f213ed7940d70a5ba7ea502469e51da8b0a2b0.tar.bz2
busybox-w32-98f213ed7940d70a5ba7ea502469e51da8b0a2b0.zip
bloat-o-meter: don't require that pythin is in /usr/bin.
Signed-off-by: Lauri Kasanen <curaga@operamail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-xscripts/bloat-o-meter4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bloat-o-meter b/scripts/bloat-o-meter
index 91374c1ca..0d3ff7f5e 100755
--- a/scripts/bloat-o-meter
+++ b/scripts/bloat-o-meter
@@ -1,8 +1,8 @@
1#!/usr/bin/python 1#!/usr/bin/env python
2# 2#
3# Copyright 2004 Matt Mackall <mpm@selenic.com> 3# Copyright 2004 Matt Mackall <mpm@selenic.com>
4# 4#
5# inspired by perl Bloat-O-Meter (c) 1997 by Andi Kleen 5# Inspired by perl Bloat-O-Meter (c) 1997 by Andi Kleen
6# 6#
7# This software may be used and distributed according to the terms 7# This software may be used and distributed according to the terms
8# of the GNU General Public License, incorporated herein by reference. 8# of the GNU General Public License, incorporated herein by reference.