Merge pull request #894 from sdowell/bash-shebang

consistently use bash shebang for shell scripts
This commit is contained in:
Kubernetes Prow Robot 2024-06-20 13:58:40 -07:00 committed by GitHub
commit 650be63833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# Copyright 2016 The Kubernetes Authors. # Copyright 2016 The Kubernetes Authors.
# #