From: Michael Prokop Date: Fri, 25 Nov 2011 18:04:44 +0000 (+0100) Subject: lsb-functions: if we do not use colors then assume terminal can not handle endcols X-Git-Tag: v0.4.02~2 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=527ab1159d79e9d52878e27429d470ae9f35686a;p=grml-etc-core.git lsb-functions: if we do not use colors then assume terminal can not handle endcols --- diff --git a/etc/grml/lsb-functions b/etc/grml/lsb-functions index d55d776..ceffb0c 100644 --- a/etc/grml/lsb-functions +++ b/etc/grml/lsb-functions @@ -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