Skip to content

Commit

Permalink
Make sure we use the correct bash interpreter (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolabo authored Jan 6, 2025
1 parent f8289b6 commit cd01dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
RED=`tput setaf 1`
GREEN=`tput setaf 2`
NC=`tput sgr0`
Expand Down
1 change: 1 addition & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
RESULT=0
RED=`tput setaf 1`
GREEN=`tput setaf 2`
Expand Down

0 comments on commit cd01dbc

Please sign in to comment.