util: Use /usr/bin/env as wrapper to look up python

This way users are not constrained to have it installed as
/usr/bin/python.

Change-Id: I822b6c402004aad8f2353e71afbd8ee3f9d26d45
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/13285
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Nico Huber 2016-01-23 21:28:29 +01:00
parent db84a99011
commit 7224e87d10
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# dtd_parser.py - DTD structure parser # dtd_parser.py - DTD structure parser
# #
# Copyright (C) 2012 The ChromiumOS Authors. All rights reserved. # Copyright (C) 2012 The ChromiumOS Authors. All rights reserved.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# #
# Copyright (c) 2013 The Linux Foundation. All rights reserved. # Copyright (c) 2013 The Linux Foundation. All rights reserved.
# #

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# Copyright (c) 2014, The Linux Foundation. All rights reserved. # Copyright (c) 2014, The Linux Foundation. All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# #
# kconfig2wiki - Kconfig to MediaWiki converter for # kconfig2wiki - Kconfig to MediaWiki converter for
# http://www.coreboot.org/Coreboot_Options # http://www.coreboot.org/Coreboot_Options