From f8d4cbf77009413cf0caf38558e00bf3f81d895c Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Sat, 12 Jul 2014 23:55:09 +0200 Subject: Explicitly ask for Python 2 To make the scripts work without changes on distribution which "python" defaults to Python 3, we should explicitly ask for Python 2. Signed-off-by: Stefan Agner Signed-off-by: Stephen Warren --- build-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-tools') diff --git a/build-tools b/build-tools index 307d8a2..074c837 100755 --- a/build-tools +++ b/build-tools @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. # -- cgit v1.2.1