Skip to content

Commit

Permalink
checkkconfigsymbols.py: set python2 as default interpreter
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
vrothberg authored and gregkh committed May 24, 2015
1 parent cf132e4 commit 4b6fda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checkkconfigsymbols.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2

"""Find Kconfig symbols that are referenced but not defined."""

Expand Down

0 comments on commit 4b6fda0

Please sign in to comment.