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-10 00:21:51 +0200
commit366e15271fc8ffd84877822457349a11f56fcecf (patch)
treeec471464aed2ef881307c6aa393aa9fc1d1af367
parent66f7acdc789099114945f08c92c9957f7e536f2d (diff)
downloadinitscripts-366e15271fc8ffd84877822457349a11f56fcecf.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