aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-06-08 01:11:37 +0200
committerTom Gundersen <teg@jklm.no>2011-06-08 01:11:37 +0200
commit663f5e917994b674d4fbe184ff262f94da11256e (patch)
tree72fafb4d759960bb2b729910b6a84498ceca18ba /functions
parent3ac781f2f188b4e9c698aba7ede6154a64ffc679 (diff)
parent32047175759770ac0b37a1fede68a13e2b4d4fdd (diff)
downloadinitscripts-663f5e917994b674d4fbe184ff262f94da11256e.tar.xz
Merge branch 'snowman'
Conflicts: rc.multi rc.single Trivial conflict, and fixed a bug introduced when I imported the patches in the first place (oops). Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'functions')
-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