diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-19 09:07:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-10-19 09:07:48 +0000 |
commit | f74c61d0c67bb14a86473005e91b415f56e3ed4c (patch) | |
tree | e1c88b3abf47c4ed4ff40e7ed303c6bf016633f1 | |
parent | bcc8877544a40ac6e7236a7e1e010d0f34624e2c (diff) |
do not indent $_DKDEVS
-rw-r--r-- | distrib/miniroot/install.sub | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 96d083b465b..08473a1bc8b 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.46 1997/10/17 12:35:01 deraadt Exp $ +# $OpenBSD: install.sub,v 1.47 1997/10/19 09:07:47 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. @@ -308,7 +308,7 @@ Available disks are: __getrootdisk_1 _DKDEVS=`md_get_diskdevs` - echo " $_DKDEVS" + echo "$_DKDEVS" echo "" echo -n "Which disk is the root disk? " getresp "" @@ -327,7 +327,7 @@ labelmoredisks() { You may label the following disks: __labelmoredisks_1 - echo " $_DKDEVS" + echo "$_DKDEVS" echo "" echo -n "Label which disk? [done] " getresp "done" @@ -1238,7 +1238,7 @@ the disk device containing the partition with the installation sets: __install_disk_1 _DKDEVS=`md_get_diskdevs` - echo " $_DKDEVS" + echo "$_DKDEVS" echo "" echo -n "Which is the disk with the installation sets? [abort] " |