Update all script to use /usr/bin/env bash in shebang

Kubernetes-commit: 9b15af19b22e91284eeb89827b2091caaec25bf6
This commit is contained in:
Matthias Bertschy 2018-04-16 18:31:44 +02:00 committed by Kubernetes Publisher
parent c0feae0701
commit 28972b75db
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2017 The Kubernetes Authors.
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2017 The Kubernetes Authors.
#