From 848da13359589ebade410bd231e646a859fd4202 Mon Sep 17 00:00:00 2001 From: Nguyen Hai Truong Date: Thu, 14 Feb 2019 19:18:49 -0800 Subject: [PATCH] Adding '/usr/bin/env bash' This commit aims to add '/usr/bin/env bash' as a shebang line to indicates scripts use bash shell for interpreting. Signed-off-by: Nguyen Hai Truong --- cluster/images/conformance/run_e2e.sh | 2 +- hack/update-generated-kubelet-plugin-registration-dockerized.sh | 2 +- hack/update-generated-kubelet-plugin-registration.sh | 2 +- hack/verify-generated-kubelet-plugin-registration.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cluster/images/conformance/run_e2e.sh b/cluster/images/conformance/run_e2e.sh index 843b0fd13b3..ee8597f276b 100755 --- a/cluster/images/conformance/run_e2e.sh +++ b/cluster/images/conformance/run_e2e.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2018 The Kubernetes Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/hack/update-generated-kubelet-plugin-registration-dockerized.sh b/hack/update-generated-kubelet-plugin-registration-dockerized.sh index 18b4f0c7266..4cdbd21136d 100755 --- a/hack/update-generated-kubelet-plugin-registration-dockerized.sh +++ b/hack/update-generated-kubelet-plugin-registration-dockerized.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2018 The Kubernetes Authors. # diff --git a/hack/update-generated-kubelet-plugin-registration.sh b/hack/update-generated-kubelet-plugin-registration.sh index 308733c0246..4e4a598d6c0 100755 --- a/hack/update-generated-kubelet-plugin-registration.sh +++ b/hack/update-generated-kubelet-plugin-registration.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2018 The Kubernetes Authors. # diff --git a/hack/verify-generated-kubelet-plugin-registration.sh b/hack/verify-generated-kubelet-plugin-registration.sh index b8b7018bcfe..44472894c7f 100755 --- a/hack/verify-generated-kubelet-plugin-registration.sh +++ b/hack/verify-generated-kubelet-plugin-registration.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2018 The Kubernetes Authors. #