summaryrefslogtreecommitdiff
path: root/src/gallium/tools/trace/dump_state.py
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-02-22 18:21:45 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2017-03-10 14:12:47 +0000
commitc79c54ae3471e4c9c356e734c38b8ba72dfcf4a7 (patch)
tree607d6cc6f25463313a60c82f184435c07ba37dc4 /src/gallium/tools/trace/dump_state.py
parente7b01d9fc820cf9dc1b94a406869e8bcc1c8b72a (diff)
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>
Diffstat (limited to 'src/gallium/tools/trace/dump_state.py')
-rwxr-xr-xsrc/gallium/tools/trace/dump_state.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tools/trace/dump_state.py b/src/gallium/tools/trace/dump_state.py
index e726f7b2ad3..4531843279e 100755
--- a/src/gallium/tools/trace/dump_state.py
+++ b/src/gallium/tools/trace/dump_state.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
##########################################################################
#
# Copyright 2008-2013, VMware, Inc.