diff options
Diffstat (limited to 'Demo/sgi/gl/glinfo.py')
-rwxr-xr-x | Demo/sgi/gl/glinfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/gl/glinfo.py b/Demo/sgi/gl/glinfo.py index 2b6c356..dae99f1 100755 --- a/Demo/sgi/gl/glinfo.py +++ b/Demo/sgi/gl/glinfo.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # Print the values of all values that can be inquired with getgdesc(). # See man getgdesc() for a description. |