Skip to content

Commit 17dad76

Browse files
committed
Replace /bin/bash with /usr/bin/env bash
There is a mixed use of /bin/bash (38) and /usr/bin/env bash (62) in this repo, consolidate to be more mac friendly
1 parent 1dd3c44 commit 17dad76

38 files changed

+38
-38
lines changed

gubernator/coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Copyright 2016 The Kubernetes Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

gubernator/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Copyright 2016 The Kubernetes Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

gubernator/test-gubernator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Copyright 2016 The Kubernetes Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

gubernator/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Copyright 2016 The Kubernetes Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

gubernator/update_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Copyright 2017 The Kubernetes Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

gubernator/verify_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Copyright 2017 The Kubernetes Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

hack/autobump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Copyright 2019 The Kubernetes Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

hack/autodeps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Copyright 2018 The Kubernetes Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

hack/check-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Copyright 2018 The Kubernetes Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

hack/print-workspace-status.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# Copyright 2017 The Kubernetes Authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)