Skip to content

Commit

Permalink
chore: update all bash scripts to use shebang: /usr/bin/env bash (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannikolaidis authored Jun 22, 2023
1 parent 243d1c3 commit 0899b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/docker-build.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/shellcheck.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

find scripts -name "*.sh" -exec shellcheck {} +

0 comments on commit 0899b52

Please sign in to comment.