aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-08-25 15:08:21 -0700
committerDan Albert <danalbert@google.com>2015-08-25 15:08:21 -0700
commitc94ac68b0de56392b4454873d7f826d1f264df8f (patch)
tree8755083061e03749fa6d98334d2937da309dd6da
parent7f738ff0092916749c3cde03c9403e3467eb0d13 (diff)
downloadtoolchain_gcc-c94ac68b0de56392b4454873d7f826d1f264df8f.zip
toolchain_gcc-c94ac68b0de56392b4454873d7f826d1f264df8f.tar.gz
toolchain_gcc-c94ac68b0de56392b4454873d7f826d1f264df8f.tar.bz2
Use plain python, not python2.
Apparently Darwin is Python deficient. Change-Id: I9e3564ee7351ec740451ea97ebc25b805b14816a
-rwxr-xr-xbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index ea7a24a..e76b8b9 100755
--- a/build.py
+++ b/build.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
#
# Copyright (C) 2015 The Android Open Source Project
#