mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
Fix missing or wrong shebangs and missing executable bits for scripts (#10318)
This commit is contained in:
parent
1ce7b17165
commit
a0e92a8028
15 changed files with 6 additions and 1 deletions
1
Tools/scripts/patchcheck.py
Normal file → Executable file
1
Tools/scripts/patchcheck.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import re
|
||||
import sys
|
||||
import shutil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue