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:
committed by
Emil Velikov
parent
e7b01d9fc8
commit
c79c54ae34
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
##########################################################################
|
||||
#
|
||||
# Copyright 2011 Jose Fonseca
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
##########################################################################
|
||||
#
|
||||
# Copyright 2008 VMware, Inc.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
##########################################################################
|
||||
#
|
||||
# Copyright 2008-2013, VMware, Inc.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
##########################################################################
|
||||
#
|
||||
# Copyright 2008 VMware, Inc.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
##########################################################################
|
||||
#
|
||||
# Copyright 2008 VMware, Inc.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
##########################################################################
|
||||
#
|
||||
# Copyright 2008 VMware, Inc.
|
||||
|
||||
Reference in New Issue
Block a user