diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-06-09 19:44:34 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-06-09 19:44:34 +0000 |
commit | 583383d103085e08c4e6414801e131976c266287 (patch) | |
tree | 294d115a4940d79d0b632344daea94f14a2c3a7d /tools/klee-stats | |
parent | 58d1592fa3fd84aded956801183949b9c710490e (diff) | |
download | klee-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-x | tools/klee-stats/klee-stats | 2 |
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 |