summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2001-07-30 14:33:58 +0000
committerAndy Polyakov <appro@openssl.org>2001-07-30 14:33:58 +0000
commit62c271610b0c7b1c6484f36c42d0c17dfcb0492a (patch)
tree6c1678286dbf662b96d77c8398c2213e55db12b3 /config
parentdb089ad60d4eb3772d26494078a30c71140a62dc (diff)
Typo in stty command lines.
Diffstat (limited to 'config')
-rwxr-xr-xconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/config b/config
index 55aa3db655..ec549098e7 100755
--- a/config
+++ b/config
@@ -513,7 +513,7 @@ EOF
echo " invoke './Configure solaris64-sparcv9-cc' *manually*."
if [ "$TEST" = "false" ]; then
echo " You have about 5 seconds to press Ctrl-C to abort."
- (stty -icanon min 0 max 50; read waste) < /dev/tty
+ (stty -icanon min 0 time 50; read waste) < /dev/tty
fi
elif [ "$CC" = "gcc" -a "$GCC_ARCH" = "-m64" ]; then
# $GCC_ARCH denotes default ABI chosen by compiler driver
@@ -525,7 +525,7 @@ EOF
echo " invoke './Configure solaris-sparcv9-gcc' *manually*."
if [ "$TEST" = "false" ]; then
echo " You have about 5 seconds to press Ctrl-C to abort."
- (stty -icanon min 0 max 50; read waste) < /dev/tty
+ (stty -icanon min 0 time 50; read waste) < /dev/tty
fi
elif [ "$GCC_ARCH" = "-m32" ]; then
echo "NOTICE! If you *know* that your GNU C supports 64-bit/V9 ABI"
@@ -533,7 +533,7 @@ EOF
echo " invoke './Configure solaris64-sparcv9-gcc' *manually*."
if [ "$TEST" = "false" ]; then
echo " You have about 5 seconds to press Ctrl-C to abort."
- (stty -icanon min 0 max 50; read waste) < /dev/tty
+ (stty -icanon min 0 time 50; read waste) < /dev/tty
fi
fi
fi