OSDN Git Service

gallium/tools: use correct shebang for python scripts
authorEmil Velikov <emil.velikov@collabora.com>
Wed, 22 Feb 2017 18:21:45 +0000 (18:21 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 10 Mar 2017 14:12:47 +0000 (14:12 +0000)
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>
src/gallium/tools/trace/diff_state.py
src/gallium/tools/trace/dump.py
src/gallium/tools/trace/dump_state.py
src/gallium/tools/trace/format.py
src/gallium/tools/trace/model.py
src/gallium/tools/trace/parse.py

index 00853ba..877dc38 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 ##########################################################################
 #
 # Copyright 2011 Jose Fonseca
index 4a8ce86..10211c8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 ##########################################################################
 # 
 # Copyright 2008 VMware, Inc.
index e726f7b..4531843 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 ##########################################################################
 # 
 # Copyright 2008-2013, VMware, Inc.
index e50f612..de6f402 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 ##########################################################################
 #
 # Copyright 2008 VMware, Inc.
index fb56701..6a42184 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 ##########################################################################
 # 
 # Copyright 2008 VMware, Inc.
index 25482c8..004b585 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 ##########################################################################
 # 
 # Copyright 2008 VMware, Inc.