rc-scripts/trunk/rc.d/init.d/functions

baggins cvs at pld-linux.org
Tue Oct 25 20:15:48 CEST 2005


Author: baggins
Date: Tue Oct 25 20:15:46 2005
New Revision: 6488

Modified:
   rc-scripts/trunk/rc.d/init.d/functions
Log:
- typo


Modified: rc-scripts/trunk/rc.d/init.d/functions
==============================================================================
--- rc-scripts/trunk/rc.d/init.d/functions	(original)
+++ rc-scripts/trunk/rc.d/init.d/functions	Tue Oct 25 20:15:46 2005
@@ -155,7 +155,7 @@
 	else
 		tputavail=no
 	fi
-	if is_yes "$FASTRC" || is_no "$tputavail"
+	if is_yes "$FASTRC" || is_no "$tputavail"; then
 		case "$1" in
 		  hpa)
 			echo -ne "\033[$(($2+1))G"



More information about the pld-cvs-commit mailing list