/etc/grml/lsb-functions: another few bugfixes by ft (thanks)
[grml-etc-core.git] / etc / grml / lsb-functions
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