]> granicus.if.org Git - clang/commitdiff
Use /usr/bin/env to run Python for increased portability. Patch by
authorDaniel Dunbar <daniel@zuster.org>
Tue, 3 Feb 2009 21:25:26 +0000 (21:25 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 3 Feb 2009 21:25:26 +0000 (21:25 +0000)
David Chisnall.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63661 91177308-0d34-0410-b5e6-96231b3b80d8

tools/ccc/ccc

index 030243b81553c3e085dd6c28f00b31cb5f18cf70..4043150c7288a74e9323a6cc0e3104ab619cd588 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 import os
 import sys