aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-08 13:53:14 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-08 13:53:14 +0000
commit665dbaeed7f1c0dfcb37f92cdf783ac78224ace1 (patch)
tree63cb859c6dbcc95b3d5f2bd6b2927a883950d9d3 /extra-tools
parentupdated 1/8/2017 (diff)
downloadmutator-665dbaeed7f1c0dfcb37f92cdf783ac78224ace1.tar.gz
mutator-665dbaeed7f1c0dfcb37f92cdf783ac78224ace1.zip
changed the colors of the field for diagnostics.
Diffstat (limited to 'extra-tools')
-rwxr-xr-xextra-tools/ReportPrintPretty.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra-tools/ReportPrintPretty.sh b/extra-tools/ReportPrintPretty.sh
index e65f451..187bec9 100755
--- a/extra-tools/ReportPrintPretty.sh
+++ b/extra-tools/ReportPrintPretty.sh
@@ -13,6 +13,6 @@ function cyan(s) {printf "\033[1;36m" s "\033[0m "}
function unred(s) {printf "\033[1;41m" s "\033[0m "}
function ungreen(s) {printf "\033[1;42m" s "\033[0m "}
function unyellow(s) {printf "\033[1;43m" s "\033[0m "}
- {print red($1)green($2)purple($3)blue($4)blue($5)purple($6)cyan($7)}
+ {print red($1)green($2)purple($3)blue($4)blue($5)yellow($6)cyan($7)}
END{}
' > "$2" \ No newline at end of file