Skip to content

Commit

Permalink
Merge pull request #352 from e2/e2-fix_bootstrap_term_colors
Browse files Browse the repository at this point in the history
Correctly reset term colors in bootstrap script
  • Loading branch information
maxmeyer committed Mar 30, 2016
2 parents 0a34fb1 + 2af0f29 commit 81ec625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

info_msg="\e[0;32m[INFO]\e[0;30m"
error_msg="\e[0;31mFAILED\e[0;30m"
info_msg="\e[0;32m[INFO]\e[39;39m"
error_msg="\e[0;31mFAILED\e[39;49m"

function output_error_log {
[[ -f error.log ]] && ( cat error.log >&2; rm error.log)
Expand Down

0 comments on commit 81ec625

Please sign in to comment.