From 837f574ee977b83381cb35715232f3ea3a22ca53 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Fri, 10 Jul 2009 20:15:12 +0000 Subject: Use /usr/bin/env trick to find python. Patch by Krister Walfridsson. llvm-svn: 75271 --- clang/utils/ABITest/ABITestGen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/utils/ABITest/ABITestGen.py') 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 -- cgit v1.2.3