summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2011-03-25 08:48:21 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2011-03-25 08:48:21 +0000
commit2af35fa2f6f9e826b27829802a4647000959449c (patch)
treead9b5b28efd87a07024ae46636631598572396c4 /scripts
parentb8f3f9d726ed6ca3f098d543542d8d33db612eb1 (diff)
downloadclutter-gst-2af35fa2f6f9e826b27829802a4647000959449c.tar.gz
scripts: Don't hardcode /usr/bin/python
But use /usr/bin/env python in the shebang. This obviously allows the script to work in environments where python is not installed in /usr/bin say, on Windows where it's somewhere in the system outside of the msys fs.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pso2h.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pso2h.py b/scripts/pso2h.py
index c60f85e..425d454 100755
--- a/scripts/pso2h.py
+++ b/scripts/pso2h.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
"""pso2h
A small python script to generated header files from compiled ARBfp1.0 shaders