mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-26 10:03:35 +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
|
fi
|
||||||
|
|
||||||
# Make sure there's a tty on stdin.
|
# Make sure there's a tty on stdin.
|
||||||
. $srcdir/input-tty
|
. $srcdir/../input-tty
|
||||||
|
|
||||||
# The following list of reversible options was generated with
|
# The following list of reversible options was generated with
|
||||||
# grep -w REV stty.c|sed -n '/^ {"/{s//REV_/;s/".*/=1/;p;}'|fmt
|
# grep -w REV stty.c|sed -n '/^ {"/{s//REV_/;s/".*/=1/;p;}'|fmt
|
||||||
|
@ -12,7 +12,7 @@ COLUMNS=80
|
|||||||
export COLUMNS
|
export COLUMNS
|
||||||
|
|
||||||
# Make sure there's a tty on stdin.
|
# 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
|
# Versions of GNU stty from shellutils-1.9.2c and earlier failed
|
||||||
# tests #2 and #4 when run on SunOS 4.1.3.
|
# tests #2 and #4 when run on SunOS 4.1.3.
|
||||||
|
Loading…
Reference in New Issue
Block a user