Unverified Commit 06454330 authored by Tim H's avatar Tim H Committed by GitHub

Increase script portability

Instead of presuming that bash is installed at /bin/bash, use `$PATH`.  Official [bash docker container](https://hub.docker.com/_/bash/) installs bash at `/usr/local/bin` and recommends the use of `env`
parent 5f53c55b
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2016 The Kubernetes Authors All rights reserved.
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment