From 328ea2b6328fa61eccd8b8416371f42a608dd9b2 Mon Sep 17 00:00:00 2001 From: joshvanl Date: Mon, 4 Jul 2022 14:36:12 +0100 Subject: [PATCH] Change all scripts #!/bin/bash -> #!/usr/bin/env bash. Also changes same for Makefile SHELL Signed-off-by: joshvanl --- hack/build/print-workspace-status.sh | 2 +- hack/update-gofmt.sh | 2 +- test/integration/versionchecker/testdata/fetch.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hack/build/print-workspace-status.sh b/hack/build/print-workspace-status.sh index 93500bf35..252444b58 100755 --- a/hack/build/print-workspace-status.sh +++ b/hack/build/print-workspace-status.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2020 The cert-manager Authors. # diff --git a/hack/update-gofmt.sh b/hack/update-gofmt.sh index eb36cb34a..91372fbef 100755 --- a/hack/update-gofmt.sh +++ b/hack/update-gofmt.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2020 The cert-manager Authors. # diff --git a/test/integration/versionchecker/testdata/fetch.sh b/test/integration/versionchecker/testdata/fetch.sh index 0be13d45b..704914b59 100755 --- a/test/integration/versionchecker/testdata/fetch.sh +++ b/test/integration/versionchecker/testdata/fetch.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright 2020 The cert-manager Authors. #