commit | 1a2e4b825b9394a0420d288c2568846a3f1c422a | [log] [tgz] |
---|---|---|
author | Ricardo Salveti <ricardo.salveti@linaro.org> | Mon Feb 27 22:55:35 2017 -0300 |
committer | Ricardo Salveti <ricardo.salveti@linaro.org> | Mon Feb 27 22:55:39 2017 -0300 |
tree | 6fc1028880f2cb105cd0a5c84f857c204c8ae36f | |
parent | 2e40f35ff91f6bfcadc592dd5c0450ecf21ea38e [diff] |
zep2newt.py: use /usr/bin/env when searching for python2 Avoid hardcoding the python2 path by using env python2 instead. Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
diff --git a/scripts/zep2newt.py b/scripts/zep2newt.py index efa4b66..3062362 100755 --- a/scripts/zep2newt.py +++ b/scripts/zep2newt.py
@@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/env python2 from __future__ import print_function