From 2af35fa2f6f9e826b27829802a4647000959449c Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 25 Mar 2011 08:48:21 +0000 Subject: 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. --- scripts/pso2h.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.1