summaryrefslogtreecommitdiffstats
path: root/util/dtd_parser
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2016-01-23 21:29:47 +0100
committerNico Huber <nico.h@gmx.de>2016-01-26 00:25:19 +0100
commitca41a6ab0a2306665669ba2197ab400605031e96 (patch)
treec954fdf5185900ca15e4fd257156f576afa25401 /util/dtd_parser
parent32c4a06a43dd2b61b589e7f9c10f44c1902d7447 (diff)
downloadcoreboot-ca41a6ab0a2306665669ba2197ab400605031e96.tar.gz
coreboot-ca41a6ab0a2306665669ba2197ab400605031e96.tar.bz2
coreboot-ca41a6ab0a2306665669ba2197ab400605031e96.zip
util: Look for python2 binary instead of python
Make the requirement of python2 explicit in scripts that are incompatible with python3. Change-Id: I77f150bdb3aab316fc3c3a21b911db397fa0106f Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/13286 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/dtd_parser')
-rwxr-xr-xutil/dtd_parser/dtd_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/dtd_parser/dtd_parser.py b/util/dtd_parser/dtd_parser.py
index 40d70c341b50..68045cbc49fe 100755
--- a/util/dtd_parser/dtd_parser.py
+++ b/util/dtd_parser/dtd_parser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
# dtd_parser.py - DTD structure parser
#
# Copyright (C) 2012 The ChromiumOS Authors. All rights reserved.