From 3d4b1710ebc03ce6c32b26a2501be908d6b2a19b Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 4 Nov 2022 02:05:52 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69190 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- util/docker/coreboot.org-status/kconfig2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/docker') diff --git a/util/docker/coreboot.org-status/kconfig2html b/util/docker/coreboot.org-status/kconfig2html index 3c1efc1b6a..38de1149de 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 -- cgit v1.2.3