Skip to content

Commit

Permalink
Add shebang to shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 19, 2018
1 parent 97726d6 commit 49a55b0
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/travis/code_layout/after_script.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# after_script.sh
# ---------------------
Expand Down
1 change: 1 addition & 0 deletions .ci/travis/code_layout/before_install.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# before_install.sh
# ---------------------
Expand Down
1 change: 1 addition & 0 deletions .ci/travis/code_layout/before_script.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# before_script.sh
# ---------------------
Expand Down
1 change: 1 addition & 0 deletions .ci/travis/code_layout/install.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# install.sh
# ---------------------
Expand Down
1 change: 1 addition & 0 deletions .ci/travis/code_layout/script.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# script.sh
# ---------------------
Expand Down
1 change: 1 addition & 0 deletions .ci/travis/linux/after_script.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# after_script.sh
# ---------------------
Expand Down
1 change: 1 addition & 0 deletions .ci/travis/linux/before_install.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# before_install.sh
# ---------------------
Expand Down
1 change: 1 addition & 0 deletions .ci/travis/linux/before_script.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# before_script.sh
# ---------------------
Expand Down
1 change: 1 addition & 0 deletions .ci/travis/linux/install.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# install.sh
# ---------------------
Expand Down
1 change: 1 addition & 0 deletions .ci/travis/linux/script.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# script.sh
# ---------------------
Expand Down
1 change: 1 addition & 0 deletions .ci/travis/macos/after_script.sh
@@ -1 +1,2 @@
#!/usr/bin/env bash
ccache -s
1 change: 1 addition & 0 deletions .ci/travis/macos/before_install.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# before_install.sh
# ---------------------
Expand Down
2 changes: 2 additions & 0 deletions .ci/travis/macos/before_script.sh
@@ -0,0 +1,2 @@
#!/usr/bin/env bash

1 change: 1 addition & 0 deletions .ci/travis/macos/install.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# install.sh
# ---------------------
Expand Down
1 change: 1 addition & 0 deletions .ci/travis/macos/script.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# script.sh
# ---------------------
Expand Down
1 change: 1 addition & 0 deletions scripts/fix_allows_to.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
IFS=:
cat <<EOF |
access:accessing
Expand Down
1 change: 1 addition & 0 deletions scripts/runtests-local-travis-config.sh
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
DIR=$(git rev-parse --show-toplevel)
cd $1
FOLDER=linux
Expand Down

0 comments on commit 49a55b0

Please sign in to comment.