Reapply "consistently use bash shebang for shell scripts"
This reverts commit 9fac204a9c.
This commit is contained in:
parent
fe77b4e0c6
commit
742b941a6d
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright 2016 The Kubernetes Authors.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright 2016 The Kubernetes Authors.
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue