X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=etc%2Fgrml%2Flsb-functions;h=2aa0c777773c02b32389e159bcdfacf802668b7e;hp=895e5786295431a640a2668652326eebfbaf8bd0;hb=157adfaa3b8d6182cffdf96e88d785bdef9c852a;hpb=c88ef03af4af12d6989f2c54aba0327bf1fb4919 diff --git a/etc/grml/lsb-functions b/etc/grml/lsb-functions index 895e578..2aa0c77 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