summaryrefslogtreecommitdiffstats
path: root/support/scripts
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2017-06-07 21:10:26 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-06-07 21:55:10 +0200
commited0ce4953773c1d803edef50f567889ce8825f88 (patch)
tree486786c954a1458c7a0a9daeb223df3c4472fb86 /support/scripts
parent8e1690a5290bfba7130edc1afe74cce7996454ab (diff)
downloadbuildroot-ed0ce4953773c1d803edef50f567889ce8825f88.tar.gz
buildroot-ed0ce4953773c1d803edef50f567889ce8825f88.zip
support/scripts: fix shebang with python
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/scripts')
-rwxr-xr-xsupport/scripts/graph-depends2
-rwxr-xr-xsupport/scripts/scanpypi2
-rwxr-xr-xsupport/scripts/xorg-release2
3 files changed, 3 insertions, 3 deletions
diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
index b258c565b0..db3041b32e 100755
--- a/support/scripts/graph-depends
+++ b/support/scripts/graph-depends
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Usage (the graphviz package must be installed in your distribution)
# ./support/scripts/graph-depends [-p package-name] > test.dot
diff --git a/support/scripts/scanpypi b/support/scripts/scanpypi
index e174ac69bc..44e5d20513 100755
--- a/support/scripts/scanpypi
+++ b/support/scripts/scanpypi
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/env python2
"""
Utility for building Buildroot packages for existing PyPI packages
diff --git a/support/scripts/xorg-release b/support/scripts/xorg-release
index 66fc100b5e..c512038c83 100755
--- a/support/scripts/xorg-release
+++ b/support/scripts/xorg-release
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# This script generates a report on the packaging status of X.org
# releases in Buildroot. It does so by downloading the list of
OpenPOWER on IntegriCloud