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:
@@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python2.3
|
#!/usr/bin/env python
|
||||||
#
|
#
|
||||||
# Merge multiple JavaScript source code files into one.
|
# Merge multiple JavaScript source code files into one.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/python2.3
|
#!/usr/bin/env python
|
||||||
|
|
||||||
#
|
#
|
||||||
# Script to provide a wrapper around the ShrinkSafe "web service"
|
# Script to provide a wrapper around the ShrinkSafe "web service"
|
||||||
# <http://alex.dojotoolkit.org/shrinksafe/>
|
# <http://alex.dojotoolkit.org/shrinksafe/>
|
||||||
|
|||||||
Reference in New Issue
Block a user