Skip to content

Commit

Permalink
Fix more hash bang lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
amouat committed Jan 7, 2020
1 parent 9b629ac commit 6c74494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion benchmark.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -12,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#!/bin/bash
set -ex
script_name=$0
script_full_path=$(dirname "$0")
Expand Down
3 changes: 2 additions & 1 deletion integration-test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -12,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#!/bin/bash
set -ex

GCS_BUCKET="${GCS_BUCKET:-gs://kaniko-test-bucket}"
Expand Down

0 comments on commit 6c74494

Please sign in to comment.