Signed-off-by: Eric Bélanger <[email protected]>
---
 functions |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/functions b/functions
index 27e53d0..adf4ea9 100644
--- a/functions
+++ b/functions
@@ -71,7 +71,7 @@ if [[ $USECOLOR =~ yes|YES ]]; then
                C_FAIL="\e[1;31m"       # failed
                C_DONE="${C_MAIN}"      # completed
                C_BKGD="\e[1;35m"       # backgrounded
-               C_H1="${$C_MAIN}"       # highlight text 1
+               C_H1="${C_MAIN}"        # highlight text 1
                C_H2="\e[1;36m"         # highlight text 2
        fi
 fi
-- 
1.7.5.4

Reply via email to