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:
parent
db84a99011
commit
7224e87d10
|
@ -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.
|
||||||
|
|
|
@ -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.
|
||||||
#
|
#
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue