commit | 7d1681a1741dadaa16f1fc34c77171e628463738 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Sep 25 13:47:40 2017 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Mon Sep 25 21:48:34 2017 +0000 |
tree | af696187498fd40bd892c9f13cf31e213f821a67 | |
parent | 968df27a9cc09828c38efacec7e86bdf31f06faf [diff] [blame] |
Use `python2.7` instead of `python2` Ubuntu has both aliases, but Mac only declares python2.7, not python2. Test: `m sepolicy_tests` on internal master Change-Id: Ia2b5d2d95195f307befbc1893a465752f14b8a7b
diff --git a/python/binary.go b/python/binary.go index 91b7a54..b7b5056 100644 --- a/python/binary.go +++ b/python/binary.go
@@ -162,7 +162,7 @@ var interp string switch actual_version { case pyVersion2: - interp = "python2" + interp = "python2.7" case pyVersion3: interp = "python3" default: