From: Michael Prokop Date: Mon, 17 Sep 2007 17:10:22 +0000 (+0200) Subject: /etc/grml/lsb-functions: another bugfix X-Git-Tag: 0.3.29 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=f0a9f21895abb80edf6cb200ae2c605e4ea02586;hp=ce339ce71e606d114b500918bd5d5bba57ce59cc;p=grml-etc-core.git /etc/grml/lsb-functions: another bugfix --- diff --git a/debian/changelog b/debian/changelog index a142840..43da131 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-etc-core (0.3.29) unstable; urgency=low + + [ Frank Terbeck ] + * /etc/grml/lsb-functions: another bugfix + + -- Michael Prokop Mon, 17 Sep 2007 18:33:30 +0200 + grml-etc-core (0.3.28) unstable; urgency=low [ Frank Terbeck ] 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