Skip to content

Commit

Permalink
Merge pull request #758 from paulmure/main
Browse files Browse the repository at this point in the history
fix color printing in util script
  • Loading branch information
W95Psp authored Jul 10, 2024
2 parents dd280ab + a6a7631 commit b11b8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .utils/rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ YELLOW=43
GREEN=42
RED=41
BLACK=40
status () { echo -e "\e[1m[rebuild script] \e[30m\e[$1m$2\e[0m"; }
status () { echo -e "\033[1m[rebuild script] \033[30m\033[$1m$2\033[0m"; }

cd_rootwise () {
cd $(git rev-parse --show-toplevel)/$1
Expand Down

0 comments on commit b11b8db

Please sign in to comment.