Reflect change in location of input-tty.

This commit is contained in:
Jim Meyering 2001-03-09 18:23:29 +00:00
parent 197061600e
commit 5b0132826f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.