Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69190 )
Change subject: kconfig2html: Denote that the script is python3 ......................................................................
kconfig2html: Denote that the script is python3
`python` as a command isn't universally available anymore after the python2/python3 drama.
Change-Id: I9d68873d86dc3f044238d921c10fc434a83a76f5 Signed-off-by: Patrick Georgi patrick@coreboot.org --- M util/docker/coreboot.org-status/kconfig2html 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/69190/1
diff --git a/util/docker/coreboot.org-status/kconfig2html b/util/docker/coreboot.org-status/kconfig2html index 3c1efc1..38de114 100755 --- a/util/docker/coreboot.org-status/kconfig2html +++ b/util/docker/coreboot.org-status/kconfig2html @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # kconfig2wiki - Kconfig to MediaWiki converter for # https://www.coreboot.org/coreboot_Options