added color to echo's to stand out more(build.sh) #545

Merged
MSFTserver merged 1 commit from patch-2 into master 2017-09-11 19:16:39 +02:00
MSFTserver commented 2017-09-09 08:49:33 +02:00 (Migrated from github.com)
[How To Use Colors In Bash](https://docs.google.com/document/d/145mpTLHAQW2RgoWkLflyF6fYdgLxpYwPcdMD7SOwIJA/edit?usp=sharing)
lyoshenka (Migrated from github.com) approved these changes 2017-09-11 19:16:33 +02:00
MSFTserver commented 2017-09-12 01:03:32 +02:00 (Migrated from github.com)

@lyoshenka may i ask why we use set -x? that just prints everything to the console before it executes it would be better to wrap what you want to print not everything set -x ... set +x work like the set -e
so all your echos get printed twice atm

@lyoshenka may i ask why we use set -x? that just prints everything to the console before it executes it would be better to wrap what you want to print not everything ` set -x` ... `set +x` work like the `set -e` so all your echos get printed twice atm
lyoshenka commented 2017-09-13 14:34:21 +02:00 (Migrated from github.com)

I think it was easier for debugging to just show everything. Personally I like seeing the whole thing. We could definitely have the script give better output, but someone would have to go through it and make sure it's printing all the right things.

I think it was easier for debugging to just show everything. Personally I like seeing the whole thing. We could definitely have the script give better output, but someone would have to go through it and make sure it's printing all the right things.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-desktop#545
No description provided.