commit | a0e92a802815d55dafd303b39843ddd2b9784bdb | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Tue Jul 26 18:01:08 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Tue Jul 26 18:01:08 2011 +0200 |
tree | ec530c8b0dc40d3285975e915e268e9f615f6606 | |
parent | 1ce7b17165c405a0772fb49c3b7143aa6b9ce4cd [diff] [blame] |
Fix missing or wrong shebangs and missing executable bits for scripts (#10318)
diff --git a/Tools/scripts/reindent-rst.py b/Tools/scripts/reindent-rst.py index ceb84bf..25608af 100755 --- a/Tools/scripts/reindent-rst.py +++ b/Tools/scripts/reindent-rst.py
@@ -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.