From 0245f382ba22947229cb65cf455e4fcb6efe00c1 Mon Sep 17 00:00:00 2001 From: Matt Mackall Date: Wed, 17 Aug 2011 16:31:34 -0500 Subject: [PATCH] Use /usr/bin/env to locate Python --- smem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smem b/smem index 90a2fd6..0254baf 100755 --- a/smem +++ b/smem @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # smem - a tool for meaningful memory reporting #