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 --- tegra-uboot-flasher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tegra-uboot-flasher') diff --git a/tegra-uboot-flasher b/tegra-uboot-flasher index ed2f2d9..b71f967 100755 --- a/tegra-uboot-flasher +++ b/tegra-uboot-flasher @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. # -- cgit v1.2.1