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

This commit is contained in:
Matthias Bertschy
2018-04-16 18:31:44 +02:00
parent b1357da473
commit 9b15af19b2
254 changed files with 265 additions and 265 deletions

View File

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