X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Flsb-functions;h=38baf15cde18a9853c3f971aa89249a554811153;hb=refs%2Ftags%2F0.3.26;hp=d2df8c9a456441c9f92ffada6737f9139d97052a;hpb=59bb481296a97b4e22c6ca9b189b1024fd9856b4;p=grml-etc-core.git 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