Fixing last fix. I'm a moron. :-)
[grml-etc-core.git] / etc / grml / lsb-functions
index d2df8c9..38baf15 100644 (file)
@@ -793,7 +793,7 @@ esac
 # width of [ ok ] == 7
 if [ "${COLS}" -eq 0 ] ; then
        COLS="$(stty size 2>/dev/null | cut -d' ' -f2)"
-       if [ -z "${COLS}" ] || [ "${COLS}" -gt 0 ] ; then
+       if [ -z "${COLS}" ] || [ "${COLS}" -le 0 ] ; then
                COLS=80
        fi
 fi