Hi This lets python in $PATH but not in /usr/bin/ do bloatchecks.
- Lauri -- http://www.fastmail.fm - Same, same, but different...
From 755bd775cd7fa8b56df02866887f7e2c6fe4f236 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen <[email protected]> Date: Sun, 3 Jul 2011 14:14:16 +0300 Subject: [PATCH] bloat-o-meter: Support non-/usr/bin python Signed-off-by: Lauri Kasanen <[email protected]> --- scripts/bloat-o-meter | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/bloat-o-meter b/scripts/bloat-o-meter index 91374c1..efee597 100755 --- a/scripts/bloat-o-meter +++ b/scripts/bloat-o-meter @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Copyright 2004 Matt Mackall <[email protected]> # -- 1.7.2.1
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
