/etc/grml/lsb-functions: another few bugfixes by ft (thanks) 0.3.30
authorMichael Prokop <mika@grml.org>
Mon, 17 Sep 2007 21:39:33 +0000 (23:39 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 17 Sep 2007 21:39:33 +0000 (23:39 +0200)
.hgtags
debian/changelog
etc/grml/lsb-functions

diff --git a/.hgtags b/.hgtags
index 502e967..68f7d96 100644 (file)
--- 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
index a142840..75d62db 100644 (file)
@@ -1,3 +1,17 @@
+grml-etc-core (0.3.30) unstable; urgency=low
+
+  [ Frank Terbeck ]
+  * /etc/grml/lsb-functions: another few bugfixes
+
+ -- Michael Prokop <mika@grml.org>  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 <mika@grml.org>  Mon, 17 Sep 2007 18:33:30 +0200
+
 grml-etc-core (0.3.28) unstable; urgency=low
 
   [ Frank Terbeck ]
index 895e578..2aa0c77 100644 (file)
@@ -157,7 +157,7 @@ if [ -z "${COLS}" ] || [ "${COLS}" -le 0 ] ; then
 fi
 
 if [ "${RC_ENDCOL}" = "yes" ]; then
-       ENDCOL="\e[A\e[$(( ${COLS} - 8 ))G"
+    ENDCOL="\e[A\e[$(( ${COLS} - 8 ))G"
 else
     ENDCOL=''
 fi