1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s4-waf: mark the wscript files as python so vim/emacs knows how to highlight them

This commit is contained in:
Andrew Tridgell
2010-03-28 09:48:49 +11:00
parent c64ce3cd03
commit f9eae32f4b
119 changed files with 238 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate',
chmod=0755, python_fixup=True, flat=True)