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
This commit is contained in:
crschmidt
2006-06-01 12:18:07 +00:00
parent 1ca58aaaa9
commit 6cfe3e8293
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python2.3
#!/usr/bin/env python
#
# Merge multiple JavaScript source code files into one.
#