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
diff --git a/utils/CaptureCmd b/utils/CaptureCmd
index 3bce357e1..705585c 100755
--- a/utils/CaptureCmd
+++ b/utils/CaptureCmd
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 """CaptureCmd - A generic tool for capturing information about the
 invocations of another program.