diff options
author | Eric Bélanger <snowmaniscool@gmail.com> | 2011-06-03 23:06:48 -0400 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-06-08 00:57:57 +0200 |
commit | 49932857b8bc41c2e494bea1ee278fffa724519d (patch) | |
tree | 3a5853872c064a7132f1a8cf9a5470f27f2e904b /functions | |
parent | d0b7d600da518778b2a5d7c08785ea328fbaf2e7 (diff) |
Removed superfluous dollar sign
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |