Skip to content

Commit

Permalink
[code-quality] More portable shebangs (esphome#7189)
Browse files Browse the repository at this point in the history
Co-authored-by: Keith Burzinski <[email protected]>
  • Loading branch information
jesserockz and kbx81 authored Aug 5, 2024
1 parent 81ac939 commit 38c25de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/docker_entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# If /cache is mounted, use that as PIO's coredir
# otherwise use path in /config (so that PIO packages aren't downloaded on each compile)
Expand Down
2 changes: 1 addition & 1 deletion script/devcontainer-post-create
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -e
# set -x
Expand Down
2 changes: 1 addition & 1 deletion script/quicklint
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion script/setup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Set up ESPHome dev environment

set -e
Expand Down

0 comments on commit 38c25de

Please sign in to comment.