aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkkconfigsymbols.py
diff options
context:
space:
mode:
authorValentin Rothberg <valentinrothberg@gmail.com>2015-05-13 10:40:52 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-24 12:15:29 -0700
commit4b6fda0b809cca084b23c0842d713ba1d9c686da (patch)
tree34209d96d001b0bc00682d77749a2e0951fd3dec /scripts/checkkconfigsymbols.py
parentcheckkconfigsymbols.py: add option -i to ignore files (diff)
downloadlinux-dev-4b6fda0b809cca084b23c0842d713ba1d9c686da.tar.xz
linux-dev-4b6fda0b809cca084b23c0842d713ba1d9c686da.zip
checkkconfigsymbols.py: set python2 as default interpreter
Some more recent distributions set the default interpreter to python3, causing the script to break since it's written for python2. Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/checkkconfigsymbols.py')
-rwxr-xr-xscripts/checkkconfigsymbols.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkkconfigsymbols.py b/scripts/checkkconfigsymbols.py
index f35c8ac5d9a0..c89fdcaf06e8 100755
--- a/scripts/checkkconfigsymbols.py
+++ b/scripts/checkkconfigsymbols.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
"""Find Kconfig symbols that are referenced but not defined."""