about summary refs log tree commit diff homepage
path: root/tools/klee-stats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-06-09 19:44:34 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-06-09 19:44:34 +0000
commit583383d103085e08c4e6414801e131976c266287 (patch)
tree294d115a4940d79d0b632344daea94f14a2c3a7d /tools/klee-stats
parent58d1592fa3fd84aded956801183949b9c710490e (diff)
downloadklee-583383d103085e08c4e6414801e131976c266287.tar.gz
Use env instead of hard coding python path.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73142 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/klee-stats')
-rwxr-xr-xtools/klee-stats/klee-stats2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/klee-stats/klee-stats b/tools/klee-stats/klee-stats
index 42f486bf..8497ada7 100755
--- a/tools/klee-stats/klee-stats
+++ b/tools/klee-stats/klee-stats
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 
 from __future__ import division