/etc/grml/lsb-functions: some more slightly improvements
[grml-etc-core.git] / etc / grml / lsb-functions
index d72076f..3030b86 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