aboutsummaryrefslogtreecommitdiffstats
path: root/dist/ansi_color.sh
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-08-18 05:58:57 +0200
committerTristan Gingold <tgingold@free.fr>2017-08-18 05:58:57 +0200
commit31625e5b2a1df033a43949c9bb59ca71194fb2af (patch)
treec94a5b9a18586a0c11b1ebb5d4fae4c41aa00dd8 /dist/ansi_color.sh
parent1c2368f23c47baf365679a6b18bd1a900f80c130 (diff)
downloadghdl-31625e5b2a1df033a43949c9bb59ca71194fb2af.tar.gz
ghdl-31625e5b2a1df033a43949c9bb59ca71194fb2af.tar.bz2
ghdl-31625e5b2a1df033a43949c9bb59ca71194fb2af.zip
travis-ci: don't disp gna log
Diffstat (limited to 'dist/ansi_color.sh')
-rw-r--r--dist/ansi_color.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/ansi_color.sh b/dist/ansi_color.sh
index 533e0e14b..6b81229c5 100644
--- a/dist/ansi_color.sh
+++ b/dist/ansi_color.sh
@@ -9,9 +9,9 @@ enable_color() {
ANSI_MAGENTA="\033[35m"
ANSI_CYAN="\033[36;1m"
ANSI_DARKCYAN="\033[36m"
- ANSI_NOCOLOR="\033[0m"
+ ANSI_NOCOLOR="\033[0m"
}
disable_color() { unset ENABLECOLOR ANSI_RED ANSI_GREEN ANSI_YELLOW ANSI_BLUE ANSI_MAGENTA ANSI_CYAN ANSI_DARKCYAN ANSI_NOCOLOR; }
-enable_color \ No newline at end of file
+enable_color