aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Bélanger <snowmaniscool@gmail.com>2011-06-03 23:06:48 -0400
committerTom Gundersen <teg@jklm.no>2011-06-08 00:57:57 +0200
commit49932857b8bc41c2e494bea1ee278fffa724519d (patch)
tree3a5853872c064a7132f1a8cf9a5470f27f2e904b
parentd0b7d600da518778b2a5d7c08785ea328fbaf2e7 (diff)
downloadinitscripts-49932857b8bc41c2e494bea1ee278fffa724519d.tar.xz
Removed superfluous dollar sign
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Tom Gundersen <teg@jklm.no>
-rw-r--r--functions2
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