[cfe-commits] r63661 - /cfe/trunk/tools/ccc/ccc
Daniel Dunbar
daniel at zuster.org
Tue Feb 3 13:25:27 PST 2009
Author: ddunbar
Date: Tue Feb 3 15:25:26 2009
New Revision: 63661
URL: http://llvm.org/viewvc/llvm-project?rev=63661&view=rev
Log:
Use /usr/bin/env to run Python for increased portability. Patch by
David Chisnall.
Modified:
cfe/trunk/tools/ccc/ccc
Modified: cfe/trunk/tools/ccc/ccc
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/ccc/ccc?rev=63661&r1=63660&r2=63661&view=diff
==============================================================================
--- cfe/trunk/tools/ccc/ccc (original)
+++ cfe/trunk/tools/ccc/ccc Tue Feb 3 15:25:26 2009
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import os
import sys
More information about the cfe-commits
mailing list