summaryrefslogtreecommitdiff
path: root/distrib/vax/install.md
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/vax/install.md')
-rw-r--r--distrib/vax/install.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/vax/install.md b/distrib/vax/install.md
index fb11cb90fba..7f57a61b5ce 100644
--- a/distrib/vax/install.md
+++ b/distrib/vax/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.9 2002/03/31 17:30:31 deraadt Exp $
+# $OpenBSD: install.md,v 1.10 2002/05/06 07:23:25 hugh Exp $
# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
#
#
@@ -46,8 +46,7 @@ ARCH=ARCH
md_set_term() {
test -n "$TERM" && return
- echo -n "Specify terminal type [vt100]: "
- getresp vt100
+ ask "Specify terminal type [vt100]: " vt100
TERM=$resp
export TERM
}