Reapply "consistently use bash shebang for shell scripts"

This reverts commit 9fac204a9c.
This commit is contained in:
Sam Dowell 2024-06-21 11:15:10 -07:00
parent fe77b4e0c6
commit 742b941a6d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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