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 | 77a1fe945b3d0f1efa22e9d36a8ea7e272dd93c2 (patch) | |
tree | bdd90184d93a842e843fd54d4cbaaeb779b60c80 /utils/test/MultiTestRunner.py | |
parent | 40c072f44ff081293f79909ecc518af23938108e (diff) |
Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75271 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/test/MultiTestRunner.py')
-rwxr-xr-x | utils/test/MultiTestRunner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/MultiTestRunner.py b/utils/test/MultiTestRunner.py index 6d0c14afad..9ad8a78f3d 100755 --- a/utils/test/MultiTestRunner.py +++ b/utils/test/MultiTestRunner.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python """ MultiTestRunner - Harness for running multiple tests in the simple clang style. |