diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2009-07-10 20:15:12 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2009-07-10 20:15:12 +0000 |
commit | 837f574ee977b83381cb35715232f3ea3a22ca53 (patch) | |
tree | 496726b1d4f4364a63319a0496a28c1b1e007101 /clang/utils/ABITest/ABITestGen.py | |
parent | 3554b5a37c79551fc48f7322a95b817781ca6f1b (diff) | |
download | bcm5719-llvm-837f574ee977b83381cb35715232f3ea3a22ca53.tar.gz bcm5719-llvm-837f574ee977b83381cb35715232f3ea3a22ca53.zip |
Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.
llvm-svn: 75271
Diffstat (limited to 'clang/utils/ABITest/ABITestGen.py')
-rwxr-xr-x | clang/utils/ABITest/ABITestGen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/ABITest/ABITestGen.py b/clang/utils/ABITest/ABITestGen.py index 5598caae3d9..63da02bcda9 100755 --- a/clang/utils/ABITest/ABITestGen.py +++ b/clang/utils/ABITest/ABITestGen.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python from pprint import pprint import random, atexit, time |