summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-01-08 10:21:29 -0800
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:25 -0700
commit3f22b6f3b65aac67988e3be214792aa56daa3794 (patch)
treed755c7ca55cf3dcf8442356974480f13ad7a761d
parent7e174fb4226f504b110044cc56c12fb7457c2203 (diff)
Cleanup executable flags and #! headers.
Some files that were supposed to be executable didn't have the flag, while others that were not supposed to be had #! headers.
-rw-r--r--scripts/roboto_data.py1
-rwxr-xr-x[-rw-r--r--]scripts/run_exhaustive_tests.py0
-rwxr-xr-x[-rw-r--r--]scripts/subset_for_web.py0
-rw-r--r--scripts/temporary_touchups.py1
4 files changed, 0 insertions, 2 deletions
diff --git a/scripts/roboto_data.py b/scripts/roboto_data.py
index 96a1060..38d4d0c 100644
--- a/scripts/roboto_data.py
+++ b/scripts/roboto_data.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
"""Post-build changes for Roboto for Android."""
import os
diff --git a/scripts/run_exhaustive_tests.py b/scripts/run_exhaustive_tests.py
index 9bf7011..9bf7011 100644..100755
--- a/scripts/run_exhaustive_tests.py
+++ b/scripts/run_exhaustive_tests.py
diff --git a/scripts/subset_for_web.py b/scripts/subset_for_web.py
index 57dc8ce..57dc8ce 100644..100755
--- a/scripts/subset_for_web.py
+++ b/scripts/subset_for_web.py
diff --git a/scripts/temporary_touchups.py b/scripts/temporary_touchups.py
index 3ae84de..22397e7 100644
--- a/scripts/temporary_touchups.py
+++ b/scripts/temporary_touchups.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python
"""Temporary post-build changes for Roboto."""
from datetime import date