remove more bogus logentries.

This commit is contained in:
Arne Fitzenreiter
2011-01-22 18:54:31 +01:00
parent 0a3c4cf02b
commit 324bb8881f
7 changed files with 35 additions and 22 deletions

View File

@@ -27,7 +27,7 @@ KILLDELAY="10"
## Screen Dimensions
# Find current screen size
if [ -z "${COLUMNS}" ]; then
COLUMNS=$(stty size)
COLUMNS=$(stty size 2>/dev/null)
COLUMNS=${COLUMNS##* }
fi