[arch-projects] [initscripts][PATCH] Removed superfluous dollar sign

Eric Bélanger snowmaniscool at gmail.com
Fri Jun 3 23:06:48 EDT 2011


Signed-off-by: Eric Bélanger <snowmaniscool at gmail.com>
---
 functions |    2 +-
 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
-- 
1.7.5.4



More information about the arch-projects mailing list