]> Git Repo - qemu.git/commitdiff
scripts/minikconf: Explicit usage of Python 3
authorPhilippe Mathieu-Daudé <[email protected]>
Thu, 30 Jan 2020 16:32:26 +0000 (17:32 +0100)
committerPhilippe Mathieu-Daudé <[email protected]>
Fri, 7 Feb 2020 14:12:48 +0000 (15:12 +0100)
Use the program search path to find the Python 3 interpreter.

Patch created manually after running:

  $ git grep -l 'if __name__.*__main__' \
      | xargs grep -LF '#!/usr/bin/env python3'

Reported-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Suggested-by: Daniel P. Berrangé <[email protected]>
Suggested-by: Stefan Hajnoczi <[email protected]>
Acked-by: Stefan Hajnoczi <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Message-Id: <20200130163232[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
scripts/minikconf.py

index 40ae1989e11f7c186eb9d4396122faa3b3632af8..377d6228b91d0254e4536cbb2c88513992ebfd65 100644 (file)
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
 #
 # Mini-Kconfig parser
 #
This page took 0.026318 seconds and 4 git commands to generate.