/etc/grml/lsb-functions: replace tab with spaces (thanks, ft)
authorMichael Prokop <mika@grml.org>
Mon, 17 Sep 2007 16:34:01 +0000 (18:34 +0200)
committerMichael Prokop <mika@grml.org>
Mon, 17 Sep 2007 16:34:01 +0000 (18:34 +0200)
debian/changelog
etc/grml/lsb-functions

index a142840..f0c8687 100644 (file)
@@ -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 <mika@grml.org>  Mon, 17 Sep 2007 18:33:30 +0200
+
 grml-etc-core (0.3.28) unstable; urgency=low
 
   [ Frank Terbeck ]
index 3030b86..9f0e2f4 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