common/travis: use the same shebang format for all travis scripts.

This commit is contained in:
Enno Boland 2015-04-10 15:40:02 +02:00
parent 2ac6cbd957
commit bb71db78dd
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# #
# bootstrap.sh # bootstrap.sh

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# #
# build.sh # build.sh

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# #
# changed_templates.sh # changed_templates.sh

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# #
# changed_templates.sh # changed_templates.sh

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# #
# show_files.sh # show_files.sh

View File

@ -1,4 +1,4 @@
#! /bin/sh #!/bin/sh
# #
# xlint.sh # xlint.sh