diff options
author | Tom Rondeau <trondeau@vt.edu> | 2010-12-16 21:27:38 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2010-12-16 21:27:38 -0500 |
commit | 320c16f5acdcbca6f59c735ad19619d7b82c434b (patch) | |
tree | e5461abaea9f1a3309a6bcf12c698da034953e77 /volk | |
parent | 1047775464c1bb8a86e727487551e2b14abd476e (diff) |
Changed python env variable to more globally usable version.
Diffstat (limited to 'volk')
-rwxr-xr-x | volk/include/volk/volk_register.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/volk/include/volk/volk_register.py b/volk/include/volk/volk_register.py index d00501a93a..9fded9a3ec 100755 --- a/volk/include/volk/volk_register.py +++ b/volk/include/volk/volk_register.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python import sys import re |