Просмотр исходного кода

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>
Valentin Rothberg 10 лет назад
Родитель
Сommit
4b6fda0b80
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/checkkconfigsymbols.py

+ 1 - 1
scripts/checkkconfigsymbols.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 
 """Find Kconfig symbols that are referenced but not defined."""