aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Gonzalez <chemag@gmail.com>2020-10-28 09:41:23 -0700
committerChema Gonzalez <chemag@gmail.com>2020-10-28 10:52:07 -0700
commit1dd046de6ac9f87caf7603f670be456e57775502 (patch)
tree6ebee9c1ff66ccd52ebb71a8442e24676f9165f1
parent9a2ebb62cccfcfe2a5d6031ffcdf15cb6ffbcc0f (diff)
downloadclang-1dd046de6ac9f87caf7603f670be456e57775502.tar.gz
clang: make clang-version-inc.py request python2 interpreter
Test: run script in Fedora 31 with (default) python3 interpreter. ``` $ env python --version Python 3.7.9 ``` Change-Id: I993896d865131f2d5a6688357eeba554796d5b60
-rwxr-xr-xclang-version-inc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-version-inc.py b/clang-version-inc.py
index eeffb625cc..d55d25f8ec 100755
--- a/clang-version-inc.py
+++ b/clang-version-inc.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
import os
import sys