Skip to content

Commit

Permalink
Use #! /usr/bin/env bash
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Aug 27, 2024
1 parent 4f86373 commit 1b8b503
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/buildkite/release/generate-trigger.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#! /usr/bin/env bash

set -euo pipefail

Expand Down
2 changes: 1 addition & 1 deletion scripts/buildkite/release/push-artifacts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash

set -euox pipefail

Expand Down
2 changes: 1 addition & 1 deletion scripts/buildkite/release/push-release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash

set -euox pipefail

Expand Down
2 changes: 1 addition & 1 deletion scripts/buildkite/release/push-tag.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash

set -euox pipefail

Expand Down
2 changes: 1 addition & 1 deletion scripts/buildkite/release/push-to-bump.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#! /usr/bin/env bash

set -euox pipefail

Expand Down

0 comments on commit 1b8b503

Please sign in to comment.