mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 10:23:31 +08:00
*** empty log message ***
This commit is contained in:
parent
4ef7839e26
commit
681b457b55
@ -11,6 +11,13 @@ fi
|
||||
COLUMNS=80
|
||||
export COLUMNS
|
||||
|
||||
# Make sure we get English-language behavior.
|
||||
# See the report about a possibly-related Solaris problem by Alexandre Peshansky
|
||||
# <http://lists.gnu.org/archive/html/bug-coreutils/2004-10/msg00035.html>.
|
||||
# Currently stty isn't localized, but it might be in the future.
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
|
||||
# Make sure there's a tty on stdin.
|
||||
. $srcdir/../input-tty
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user