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:
parent
5a4e7654d4
commit
328ea2b632
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright 2020 The cert-manager Authors.
|
||||
#
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright 2020 The cert-manager Authors.
|
||||
#
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright 2020 The cert-manager Authors.
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user