diff options
author | grr <grr@cvs.openbsd.org> | 1997-05-05 05:18:20 +0000 |
---|---|---|
committer | grr <grr@cvs.openbsd.org> | 1997-05-05 05:18:20 +0000 |
commit | 20e8427d4dbbef33c828e5b7485691e18ea2cc26 (patch) | |
tree | 089cbe81780fcbb97ef20bd0a47f675943667bce /distrib/miniroot | |
parent | d711b5312327737d61322a43f0aaa8dd22faa974 (diff) |
turns out changes to getresp weren't really the ticket, I'd revert it, but don't want to mess up anybody at this point. If everybody's going to be using this stuff, it needs a post-release overhaul...
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/install.sub | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index e60fe2888c8..b2b67d75c70 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.16 1997/05/05 00:35:36 tholo Exp $ +# $OpenBSD: install.sub,v 1.17 1997/05/05 05:18:19 grr Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -60,6 +60,7 @@ if [ X$EDITOR = X ]; then export EDITOR fi +# Please don't use the 1 of n form below, good idea, wrong implementation! # get a reponse with default[s] getresp() { valid="false" |