/etc/grml/lsb-functions: another bugfix 0.3.29
authorMichael Prokop <mika@grml.org>
Mon, 17 Sep 2007 17:10:22 +0000 (19:10 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 17 Sep 2007 17:10:22 +0000 (19:10 +0200)
debian/changelog
etc/grml/lsb-functions

index a142840..43da131 100644 (file)
@@ -1,3 +1,10 @@
+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 35901be..07abdd3 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