4 Jun
2011
4 Jun
'11
3:06 a.m.
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> --- 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