Change all scripts #!/bin/bash -> #!/usr/bin/env bash. Also changes same

for Makefile SHELL

Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
This commit is contained in:
joshvanl 2022-07-04 14:36:12 +01:00
parent 5a4e7654d4
commit 328ea2b632
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2020 The cert-manager Authors.
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2020 The cert-manager Authors.
#

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright 2020 The cert-manager Authors.
#