Skip to content

Uses printf instead of echo for colors printing (Closes #1)

Dylan Guedes requested to merge (removed):scripts_color into master

ANSIColors were bugged in my environment (Fedora 25 with Kernel 4.9.13-200 and gnome 3.22), and after reading that echo isn't very portable (here), I changed echo for printf in scenarios where the scripts prints ANSIColors and it just worked in my environment.

Btw it also needs to be changed in the submodules.

Merge request reports