summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-06-09 11:51:15 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-06-09 11:51:15 -0300
commit27de5884859102fd18273cf7b743fa8c685f519f (patch)
tree61cc374a2657be82559174e4fd5e21bc970ea204 /functions
parentdeac4d500c42135f40ea1f9777ed82fced8ccbf8 (diff)
parent663f5e917994b674d4fbe184ff262f94da11256e (diff)
Merge branch 'master' of https://projects.archlinux.org/git/initscripts
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 6cd448c..afa54f7 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