gallium/tools: use correct shebang for python scripts

These are python2 scripts and the generic "python" may point to
python3.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
Emil Velikov 2017-02-22 18:21:45 +00:00 committed by Emil Velikov
parent e7b01d9fc8
commit c79c54ae34
6 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
##########################################################################
#
# Copyright 2011 Jose Fonseca

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
##########################################################################
#
# Copyright 2008 VMware, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
##########################################################################
#
# Copyright 2008-2013, VMware, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
##########################################################################
#
# Copyright 2008 VMware, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
##########################################################################
#
# Copyright 2008 VMware, Inc.

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
##########################################################################
#
# Copyright 2008 VMware, Inc.