From 28972b75db1a74654356e7cd512514bc0a18decd Mon Sep 17 00:00:00 2001 From: Matthias Bertschy Date: Mon, 16 Apr 2018 18:31:44 +0200 Subject: [PATCH] Update all script to use /usr/bin/env bash in shebang Kubernetes-commit: 9b15af19b22e91284eeb89827b2091caaec25bf6 --- hack/update-codegen.sh | 2 +- hack/verify-codegen.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/update-codegen.sh b/hack/update-codegen.sh index 3697707b..1423a1af 100755 --- a/hack/update-codegen.sh +++ b/hack/update-codegen.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2017 The Kubernetes Authors. # diff --git a/hack/verify-codegen.sh b/hack/verify-codegen.sh index 9cc02a5a..d02a6fa3 100755 --- a/hack/verify-codegen.sh +++ b/hack/verify-codegen.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2017 The Kubernetes Authors. #