Skip to content

Commit 0fb681e

Browse files
committed
Fix missing or shebangs and executable bits for scripts (python#10318)
1 parent 299172b commit 0fb681e

File tree

13 files changed

+5
-0
lines changed

13 files changed

+5
-0
lines changed

Tools/scripts/analyze_dxp.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
"""
23
Some helper functions to analyze the output of sys.getdxp() (which is
34
only available if Python was built with -DDYNAMIC_EXECUTION_PROFILE).

Tools/scripts/cleanfuture.py

100644100755
File mode changed.

Tools/scripts/combinerefs.py

100644100755
File mode changed.

Tools/scripts/db2pickle.py

100644100755
File mode changed.

Tools/scripts/diff.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
""" Command line interface to difflib.py providing diffs in four formats:
23
34
* ndiff: lists every line and highlights interline changes.

Tools/scripts/find_recursionlimit.py

100644100755
File mode changed.

Tools/scripts/hotshotmain.py

100644100755
File mode changed.

Tools/scripts/mailerdaemon.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
"""mailerdaemon - classes to parse mailer-daemon messages"""
23

34
import rfc822

Tools/scripts/md5sum.py

100644100755
File mode changed.

Tools/scripts/patchcheck.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python
12
import re
23
import sys
34
import shutil

0 commit comments

Comments
 (0)