diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-12 08:59:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-12 08:59:46 +0000 |
commit | 802c33bc90fde811906feb101f2c3240990a97ee (patch) | |
tree | 38faeee993e8d08505a2696fd9a7683d7cd54b94 /distrib/miniroot/install.sub | |
parent | c19ece81efa6785514e40241f242d677529d5d0e (diff) |
a nice little space
Diffstat (limited to 'distrib/miniroot/install.sub')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 72c1a0890a4..d38df91971d 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.53 1998/03/12 08:13:52 deraadt Exp $ +# $OpenBSD: install.sub,v 1.54 1998/03/12 08:59:45 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -1533,7 +1533,7 @@ __install_sets_1 # If that's the case, bypass the menu the first time. if [ X"$_yup" = X"FALSE" ]; then echo -n "Install from (f)tp, h(ttp), (t)ape, (C)D-ROM," - echo -n "(N)FS or local (d)isk? " + echo -n " (N)FS or local (d)isk? " getresp "" case "$resp" in d*|D*) |