X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Flsb-functions;h=3030b8632625749cc26b4822e36dd49ad814a557;hb=8465d6b889ef0f46f8f24a7b432595fdc6a8730b;hp=d72076fc9790717215b82470309fa8829c00d83b;hpb=ac1c83300b0fb632e03b36a0c656895f865a2bd5;p=grml-etc-core.git diff --git a/etc/grml/lsb-functions b/etc/grml/lsb-functions index d72076f..3030b86 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