aboutsummaryrefslogtreecommitdiffstats
path: root/dist/ansi_color.sh
diff options
context:
space:
mode:
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