From: Michael Prokop Date: Mon, 17 Sep 2007 16:34:01 +0000 (+0200) Subject: /etc/grml/lsb-functions: replace tab with spaces (thanks, ft) X-Git-Tag: 0.3.29^2 X-Git-Url: https://git.grml.org/?p=grml-etc-core.git;a=commitdiff_plain;h=137fc620c1b29c0aa7719ef90d50cb9e99e0381d /etc/grml/lsb-functions: replace tab with spaces (thanks, ft) --- diff --git a/debian/changelog b/debian/changelog index a142840..f0c8687 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-etc-core (0.3.29) unstable; urgency=low + + * /etc/grml/lsb-functions: replace tab with spaces (thanks, ft) + + -- 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 3030b86..9f0e2f4 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