lsb-functions: if we do not use colors then assume terminal can not handle endcols
[grml-etc-core.git] / etc / grml / lsb-functions
index d55d776..ceffb0c 100644 (file)
@@ -176,7 +176,11 @@ fi
 RC_NOCOLOR="${RC_NOCOLOR:-no}"
 
 # Can the terminal handle endcols?
-RC_ENDCOL="yes"
+if [ "${RC_NOCOLOR}" = "yes" ]; then
+  RC_ENDCOL="yes"
+else
+  RC_ENDCOL="no"
+fi
 
 # Setup COLS and ENDCOL so eend can line up the [ ok ]
 # width of [ ok ] == 7