diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-28 13:19:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-28 13:19:49 +0000 |
commit | 484fc72b75b573f8273dff8bce47fc01a2799669 (patch) | |
tree | dcf16bc9135e9656f674ea93abe31a5f9a49515f /distrib | |
parent | b9e986a542eaf06df961e2ed9a4719e5dfdccaf1 (diff) |
typo
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index 0ef7a969e9e..83900c03bc9 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.35 1998/09/28 12:34:51 deraadt Exp $ +# $OpenBSD: install.sh,v 1.36 1998/09/28 13:19:48 deraadt Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997,1998 Todd Miller, Theo de Raadt @@ -188,7 +188,7 @@ You will be prompted for the mount point (full path, including the prepending partition or "done" when you are finished. __get_filesystems_1 - if [ "${DISK}" = "${ROOTDISK}" -a "${ROOTDISK}" != "nfs"]; then + if [ "${DISK}" = "${ROOTDISK}" -a "${ROOTDISK}" != "nfs" ]; then echo echo "The following partitions will be used for the root filesystem and swap:" echo " ${ROOTDISK}a /" |