Skip to content

Commit

Permalink
Fix missing or wrong shebangs and missing executable bits for scripts (
Browse files Browse the repository at this point in the history
  • Loading branch information
merwok committed Jul 26, 2011
1 parent 1ce7b17 commit a0e92a8
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Tools/scripts/abitype.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# This script converts a C file to use the PEP 384 type definition API
# Usage: abitype.py < old_code > new_code
import re, sys
Expand Down
Empty file modified Tools/scripts/cleanfuture.py
100644 → 100755
Empty file.
Empty file modified Tools/scripts/combinerefs.py
100644 → 100755
Empty file.
Empty file modified Tools/scripts/db2pickle.py
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions Tools/scripts/diff.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
""" Command line interface to difflib.py providing diffs in four formats:
* ndiff: lists every line and highlights interline changes.
Expand Down
Empty file modified Tools/scripts/find_recursionlimit.py
100644 → 100755
Empty file.
Empty file modified Tools/scripts/get-remote-certificate.py
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions Tools/scripts/mailerdaemon.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""Classes to parse mailer-daemon messages."""

import calendar
Expand Down
1 change: 1 addition & 0 deletions Tools/scripts/make_ctype.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
"""Script that generates the ctype.h-replacement in stringobject.c."""

NAMES = ("LOWER", "UPPER", "ALPHA", "DIGIT", "XDIGIT", "ALNUM", "SPACE")
Expand Down
Empty file modified Tools/scripts/md5sum.py
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions Tools/scripts/patchcheck.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import re
import sys
import shutil
Expand Down
Empty file modified Tools/scripts/pickle2db.py
100644 → 100755
Empty file.
Empty file modified Tools/scripts/pysource.py
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion Tools/scripts/reindent-rst.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Make a reST file compliant to our pre-commit hook.
# Currently just remove trailing whitespace.
Expand Down
Empty file modified Tools/scripts/svneol.py
100644 → 100755
Empty file.

0 comments on commit a0e92a8

Please sign in to comment.