diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-06-09 11:51:15 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-06-09 11:51:15 -0300 |
commit | 27de5884859102fd18273cf7b743fa8c685f519f (patch) | |
tree | 61cc374a2657be82559174e4fd5e21bc970ea204 /functions | |
parent | deac4d500c42135f40ea1f9777ed82fced8ccbf8 (diff) | |
parent | 663f5e917994b674d4fbe184ff262f94da11256e (diff) |
Merge branch 'master' of https://projects.archlinux.org/git/initscripts
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 |