Revert "consistently use bash shebang for shell scripts"

This reverts commit 2c0d32b603.
This commit is contained in:
Tim Hockin 2024-06-21 08:46:00 -07:00
parent 650be63833
commit 9fac204a9c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

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

View File

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