From c79c54ae3471e4c9c356e734c38b8ba72dfcf4a7 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 22 Feb 2017 18:21:45 +0000 Subject: 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 Reviewed-by: Eric Engestrom --- src/gallium/tools/trace/parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/tools/trace/parse.py') diff --git a/src/gallium/tools/trace/parse.py b/src/gallium/tools/trace/parse.py index 25482c8899a..004b585f95a 100755 --- a/src/gallium/tools/trace/parse.py +++ b/src/gallium/tools/trace/parse.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 ########################################################################## # # Copyright 2008 VMware, Inc. -- cgit v1.2.3