From 137fc620c1b29c0aa7719ef90d50cb9e99e0381d Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 17 Sep 2007 18:34:01 +0200 Subject: [PATCH] /etc/grml/lsb-functions: replace tab with spaces (thanks, ft) --- debian/changelog | 6 ++++++ etc/grml/lsb-functions | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.1.4