1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00
Joe Guo a19d5bd771 PY3: change shebang to python3 in source4/scripting/bin dir
Samba default python is 3 now.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
2018-12-14 14:40:20 +01:00

13 lines
473 B
Python

#!/usr/bin/env python3
if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
for script in ['samba-tool',
'samba_dnsupdate',
'samba_spnupdate',
'samba_kcc',
'samba_upgradeprovision',
'samba_upgradedns',
'gen_output.py']:
bld.SAMBA_SCRIPT(script, pattern=script, installdir='.')
bld.SAMBA_SCRIPT('samba-gpupdate', pattern='samba-gpupdate', installdir='.')