mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-25 01:23:37 +08:00
Reflect change in location of input-tty.
This commit is contained in:
parent
197061600e
commit
5b0132826f
@ -7,7 +7,7 @@ if test "$VERBOSE" = yes; then
|
||||
fi
|
||||
|
||||
# Make sure there's a tty on stdin.
|
||||
. $srcdir/input-tty
|
||||
. $srcdir/../input-tty
|
||||
|
||||
# The following list of reversible options was generated with
|
||||
# grep -w REV stty.c|sed -n '/^ {"/{s//REV_/;s/".*/=1/;p;}'|fmt
|
||||
|
@ -12,7 +12,7 @@ COLUMNS=80
|
||||
export COLUMNS
|
||||
|
||||
# Make sure there's a tty on stdin.
|
||||
. $srcdir/input-tty
|
||||
. $srcdir/../input-tty
|
||||
|
||||
# Versions of GNU stty from shellutils-1.9.2c and earlier failed
|
||||
# tests #2 and #4 when run on SunOS 4.1.3.
|
||||
|
Loading…
Reference in New Issue
Block a user