diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-05-06 07:23:26 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-05-06 07:23:26 +0000 |
commit | 23af3fa98922eaaac3daf0d5f8365f2987b9e64a (patch) | |
tree | 82aedef3bb4a219f8f8c98ea454d6f9dc16ee40b /distrib | |
parent | 7b8d2ef708153d246a6221937a821908e0e29bb4 (diff) |
Convert a getresp that seems to have escaped the sieve.
Spotted by grange.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/vax/install.md | 5 |
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 } |