Skip to content

Commit

Permalink
Merge pull request #11210 from aabidsofi19/fix-shebangs
Browse files Browse the repository at this point in the history
[chore] migrate /bin/bash shebangs to /usr/bin/env bash
  • Loading branch information
aabidsofi19 committed Jun 19, 2024
2 parents e112e99 + 25fb756 commit 797b03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/script.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env bash
#!/usr/bin/env bash

if [ -f site-dir.zip ]; then
rm -rf site-dir.zip
Expand Down
2 changes: 1 addition & 1 deletion install/latest_release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env bash
#!/usr/bin/env bash

# GIT_REF=`git symbolic-ref HEAD`
# if [[ $GIT_REF = refs/tags* ]]
Expand Down

0 comments on commit 797b03a

Please sign in to comment.