Skip to content

Commit

Permalink
Change "/bin/bash" to "/usr/bin/env bash" in shell files (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudozermaks authored Sep 8, 2023
1 parent df634da commit 73fa70d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

basedir=$(cd $(dirname "$0"); pwd)

Expand Down
2 changes: 1 addition & 1 deletion setup.sh
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 upload.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

source $(dirname "$0")/setup.sh

Expand Down

0 comments on commit 73fa70d

Please sign in to comment.