From: Michael Prokop Date: Sat, 15 Sep 2007 11:53:28 +0000 (+0200) Subject: Really fix /etc/grml/lsb-functions :) X-Git-Tag: 0.3.26 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=refs%2Ftags%2F0.3.26;hp=b44b0cda8134f3195e6a7049c5bef398ee26b402;p=grml-etc-core.git Really fix /etc/grml/lsb-functions :) --- diff --git a/etc/grml/lsb-functions b/etc/grml/lsb-functions index d2df8c9..38baf15 100644 --- a/etc/grml/lsb-functions +++ b/etc/grml/lsb-functions @@ -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