build: Replace #!/usr/bin/env python with passed in PYTHON=
authorAndrew Bartlett <abartlet@samba.org>
Mon, 8 Apr 2013 05:57:45 +0000 (15:57 +1000)
committerMichael Adam <obnox@samba.org>
Tue, 9 Apr 2013 22:13:45 +0000 (00:13 +0200)
commit58e3c5323e343dcab1c528c6b6a44925b76cb297
tree1cc31a5f950aee4759edc30890a75bc585d01fe9
parent69b3d1944501f65427fbd12e4ddd3b66e67deedd
build: Replace #!/usr/bin/env python with passed in PYTHON=

This means that if we were forced to use a specific python for the build, we
will put that binary into the top of samba-tool, so it continues to work
after the install.

Andrew Bartlett

Reviewed-by: Michael Adam <obnox@samba.org>
buildtools/wafsamba/samba_python.py
buildtools/wafsamba/wafsamba.py
wscript