diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-02-21 18:26:26 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2013-02-21 18:26:26 +1100 |
commit | 7a7a1872a5ce397d638eaa7cc078c37b573755b9 (patch) | |
tree | be3aa5b23fdb61841f91c47f37c266542b692b5c /ChangeLog | |
parent | 4a7495cd50e12a3d6b83a137bc27adef8dc7be12 (diff) |
Call python interpreter instead of using '#!' in script.
This fixes builds on platforms where python is in /usr/local/bin.
Thanks to Jan Stary for reporting this.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-02-21 Erik de Castro Lopo <erikd AT mega-nerd DOT com> + + * src/Makefile.am + Call python interpreter instead of using '#!' in script. Thanks to Jan + Stary for reporting this. + 2013-02-13 Erik de Castro Lopo <erikd AT mega-nerd DOT com> * src/test_endswap.def src/test_endswap.tpl |