1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

Set COLUMNS envvar, just to be safe.

This commit is contained in:
Jim Meyering
2000-01-29 09:50:49 +00:00
parent ba088349be
commit 4db6224838

View File

@@ -6,6 +6,11 @@ if test "$VERBOSE" = yes; then
stty --version
fi
# Setting this envvar to a very small value used to cause e.g., `stty size'
# to generate slightly different output on certain systems.
COLUMNS=80
export COLUMNS
# Make sure there's a tty on stdin.
. $srcdir/input-tty