Bug 1527331 [wpt PR 15334] - Fix shebangs and executable bits for a bunch of files, a=testonly

Automatic update from web-platform-tests
Fix shebangs and executable bits for a bunch of files (#15334)

Mostly adding missing executable bits or removing unnecessary ones.
In a few cases, missing shebangs were added.
--

wpt-commits: bac4db35ea82fa0a6ee65e9291c722592e27fb7f
wpt-pr: 15334
This commit is contained in:
Luke Zielinski 2019-03-05 11:09:11 +00:00 committed by James Graham
parent 1c9188fd47
commit 6c83b4aa78
11 changed files with 5 additions and 5 deletions

0
testing/web-platform/tests/tools/ci/before_install.sh Normal file → Executable file
View File

View File

@ -1,3 +1,4 @@
#!/bin/bash
set -ex
SCRIPT_DIR=$(cd $(dirname "$0") && pwd -P)

View File

@ -1,3 +1,4 @@
#!/bin/bash
set -ex
SCRIPT_DIR=$(cd $(dirname "$0") && pwd -P)

View File

@ -1,3 +1,4 @@
#!/bin/bash
set -ex
SCRIPT_DIR=$(cd $(dirname "$0") && pwd -P)

View File

@ -1,5 +1,3 @@
#!/bin/bash
hosts_fixup() {
echo "travis_fold:start:hosts_fixup"
echo "Rewriting hosts file"

View File

@ -1,3 +1,5 @@
#!/bin/bash
# This script is embedded in the docker image, and so the image must be updated when changes
# to the script are made. To do this, assuming you have docker installed:
# In tools/docker/ :
@ -8,7 +10,6 @@
# Update the `image` specified in the project's .taskcluster.yml file
#!/bin/bash
set -ex
REMOTE=${1:-https://github.com/web-platform-tests/wpt}

0
testing/web-platform/tests/tools/manifest/update.py Normal file → Executable file
View File

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
#
# Copyright 2011, Google Inc.
# All rights reserved.
#

View File