X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Flsb-functions;h=07abdd3861015ec0d0df6dd6d2762335f410140f;hb=f0a9f21895abb80edf6cb200ae2c605e4ea02586;hp=35901be656416ffa8879bc27b24cdbd1bbfb1b99;hpb=ce339ce71e606d114b500918bd5d5bba57ce59cc;p=grml-etc-core.git diff --git a/etc/grml/lsb-functions b/etc/grml/lsb-functions index 35901be..07abdd3 100644 --- a/etc/grml/lsb-functions +++ b/etc/grml/lsb-functions @@ -157,7 +157,7 @@ if [ -z "${COLS}" ] || [ "${COLS}" -le 0 ] ; then fi if [ "${RC_ENDCOL}" = "yes" ]; then - ENDCOL="[$(( ${COLS} - 8 ))G" + ENDCOL="[$(( ${COLS} - 8 ))G" else ENDCOL='' fi