diff options
author | Nico Huber <nico.h@gmx.de> | 2016-01-23 21:28:29 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2016-01-25 01:28:52 +0100 |
commit | 7224e87d1077504db672ee3ea3ea0a7e5e2a69dd (patch) | |
tree | ea42bf163c7a09b69aaeaf5dd837a3e45c71c60b /util/dtd_parser | |
parent | db84a99011bef90c57fcbbd168c95ca6d7aceafd (diff) |
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>
Diffstat (limited to 'util/dtd_parser')
-rwxr-xr-x | util/dtd_parser/dtd_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dtd_parser/dtd_parser.py b/util/dtd_parser/dtd_parser.py index c64640c5ad..40d70c341b 100755 --- a/util/dtd_parser/dtd_parser.py +++ b/util/dtd_parser/dtd_parser.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # dtd_parser.py - DTD structure parser # # Copyright (C) 2012 The ChromiumOS Authors. All rights reserved. |