From 49932857b8bc41c2e494bea1ee278fffa724519d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20B=C3=A9langer?= Date: Fri, 3 Jun 2011 23:06:48 -0400 Subject: Removed superfluous dollar sign MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric BĂ©langer Signed-off-by: Tom Gundersen --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3