summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan@agner.ch>2014-07-12 23:55:09 +0200
committerStephen Warren <swarren@nvidia.com>2014-07-21 10:23:31 -0600
commitf8d4cbf77009413cf0caf38558e00bf3f81d895c (patch)
tree7fda6fd8ec7f897737647cfacf2b511eabbdf99e
parentf4dfee3680c8a92b0f9fcd4d0d4d4cac40239f06 (diff)
downloadtegra-uboot-flasher-scripts-f8d4cbf77009413cf0caf38558e00bf3f81d895c.tar.gz
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 <stefan@agner.ch> Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rwxr-xr-xbuild2
-rwxr-xr-xbuild-tools2
-rwxr-xr-xtegra-uboot-flasher2
3 files changed, 3 insertions, 3 deletions
diff --git a/build b/build
index 139b502..af863dd 100755
--- a/build
+++ b/build
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
#
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.
#
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.
#