From 6cfe3e8293f641f137969506175e08f61ade4481 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 1 Jun 2006 12:18:07 +0000 Subject: [PATCH] Fix for places where python2.3 is not installed in /usr/bin . Note that I'm also not specifically calling 2.3 anymore, since some things don't call it by that binary name. git-svn-id: http://svn.openlayers.org/trunk/openlayers@495 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tools/mergejs.py | 2 +- tools/shrinksafe.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/mergejs.py b/tools/mergejs.py index 6c34a8f937..94302569e8 100755 --- a/tools/mergejs.py +++ b/tools/mergejs.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.3 +#!/usr/bin/env python # # Merge multiple JavaScript source code files into one. # diff --git a/tools/shrinksafe.py b/tools/shrinksafe.py index 7251aedef5..4e627315d3 100755 --- a/tools/shrinksafe.py +++ b/tools/shrinksafe.py @@ -1,5 +1,4 @@ -#!/usr/bin/python2.3 - +#!/usr/bin/env python # # Script to provide a wrapper around the ShrinkSafe "web service" #