From: Ronald Wiesinger Date: Wed, 14 Jan 2009 22:41:31 +0000 (+0100) Subject: Tried to make stty quite. X-Git-Tag: v3.0-alpha1~85^2~1^2~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced361db3476fc2f6ddf9f45c58eb5f7c1897ca5;p=ipfire-3.x.git Tried to make stty quite. --- diff --git a/tools/make-beautify b/tools/make-beautify index f189d4ab9..94d5b3911 100644 --- a/tools/make-beautify +++ b/tools/make-beautify @@ -27,7 +27,7 @@ ## Screen Dimentions # Find current screen size if [ -z "${COLUMNS}" ]; then - COLUMNS=$(stty size) + COLUMNS=$(stty size 2>/dev/null) COLUMNS=${COLUMNS##* } fi