mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
PY3: change shebang to python3 in script dir
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
parent
8e3c194453
commit
9d8e35ab97
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# use git bisect to work out what commit caused a test failure
|
# use git bisect to work out what commit caused a test failure
|
||||||
# Copyright Andrew Tridgell 2010
|
# Copyright Andrew Tridgell 2010
|
||||||
# released under GNU GPL v3 or later
|
# released under GNU GPL v3 or later
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
#
|
#
|
||||||
# Compare the results of native and cross-compiled configure tests
|
# Compare the results of native and cross-compiled configure tests
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# Generate a traffic model from a traffic summary file
|
# Generate a traffic model from a traffic summary file
|
||||||
#
|
#
|
||||||
# Copyright (C) Catalyst IT Ltd. 2017
|
# Copyright (C) Catalyst IT Ltd. 2017
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# Generates samba network traffic
|
# Generates samba network traffic
|
||||||
#
|
#
|
||||||
# Copyright (C) Catalyst IT Ltd. 2017
|
# Copyright (C) Catalyst IT Ltd. 2017
|
||||||
|
Loading…
Reference in New Issue
Block a user