Fix missing or shebangs and executable bits for scripts (#10318)

This commit is contained in:
Éric Araujo 2011-07-29 12:06:13 +02:00
parent 299172bdba
commit 0fb681ea50
13 changed files with 5 additions and 0 deletions

1
Tools/scripts/patchcheck.py Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env python
import re
import sys
import shutil