From: Michael Prokop Date: Mon, 17 Sep 2007 21:39:33 +0000 (+0200) Subject: /etc/grml/lsb-functions: another few bugfixes by ft (thanks) X-Git-Tag: 0.3.30 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=157adfaa3b8d6182cffdf96e88d785bdef9c852a;hp=c88ef03af4af12d6989f2c54aba0327bf1fb4919;p=grml-etc-core.git /etc/grml/lsb-functions: another few bugfixes by ft (thanks) --- diff --git a/.hgtags b/.hgtags index 502e967..68f7d96 100644 --- a/.hgtags +++ b/.hgtags @@ -83,3 +83,4 @@ b3dd3602104adcf23482f1652c8bba79cbdfbedf 0.3.25 b9fb8b8fe3b9201cc614194b8ac7fc79934d7977 0.3.26 321bcf589d82e68eed562eac0cda88404d1342d6 0.3.27 ac506923168491e7e59e939f958859eb5ff59928 0.3.28 +3a94e46993a76644accd96c578ea085f8f8e3218 0.3.29 diff --git a/debian/changelog b/debian/changelog index a142840..75d62db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +grml-etc-core (0.3.30) unstable; urgency=low + + [ Frank Terbeck ] + * /etc/grml/lsb-functions: another few bugfixes + + -- Michael Prokop Mon, 17 Sep 2007 23:39:11 +0200 + +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 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