checkkconfigsymbols.py: set python2 as default interpreter
authorValentin Rothberg <valentinrothberg@gmail.com>
Wed, 13 May 2015 08:40:52 +0000 (10:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 19:15:29 +0000 (12:15 -0700)
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>
scripts/checkkconfigsymbols.py

index f35c8ac5d9a0475d4fa82a5bd899867c7b27072d..c89fdcaf06e812d305073f038bc9fb11fd37d55d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 """Find Kconfig symbols that are referenced but not defined."""
 
This page took 0.045517 seconds and 5 git commands to generate.