mirror of
https://github.com/samba-team/samba.git
synced 2025-02-07 01:58:28 +03:00
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>