From: Daniel Dunbar Date: Tue, 3 Feb 2009 21:25:26 +0000 (+0000) Subject: Use /usr/bin/env to run Python for increased portability. Patch by X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0eb59312c72bb5e0f3c0992085ad700fbd7c6e48;p=clang Use /usr/bin/env to run Python for increased portability. Patch by David Chisnall. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63661 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/ccc/ccc b/tools/ccc/ccc index 030243b815..4043150c72 100755 --- a/tools/ccc/ccc +++ b/tools/ccc/ccc @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import os import sys