Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
67cafac
)
generator: Use search $PATH for python
author
Kyle Manna
<kyle@kylemanna.com>
Mon, 21 Sep 2015 15:16:17 +0000
(08:16 -0700)
committer
Kyle Manna
<kyle@kylemanna.com>
Mon, 21 Sep 2015 15:19:42 +0000
(08:19 -0700)
* Search $PATH for the python binary so that this works better with
things like virtualenv as used on Travis CI
generator/nanopb_generator.py
patch
|
blob
|
history
diff --git
a/generator/nanopb_generator.py
b/generator/nanopb_generator.py
index
df97338
..
82b7927
100755
(executable)
--- a/
generator/nanopb_generator.py
+++ b/
generator/nanopb_generator.py
@@
-1,4
+1,4
@@
-#!/usr/bin/python
+#!/usr/bin/
env
python
from __future__ import unicode_literals