summaryrefslogtreecommitdiff
path: root/distrib/amd64
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2023-02-06 08:41:01 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2023-02-06 08:41:01 +0000
commite72ee2c18daad8c849fc4b3ea95c2f9ae9b16f7e (patch)
tree6954c9acb77113445687ba990d51894811ff34ce /distrib/amd64
parent9d808a2cf47317a60b9bada503527a55f653d2e0 (diff)
Add space after comma in MD "No * partition in *,try again." replies
split across `echo -n' and `echo'. Those in single `echo' have it.
Diffstat (limited to 'distrib/amd64')
-rw-r--r--distrib/amd64/common/install.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amd64/common/install.md b/distrib/amd64/common/install.md
index 877edb2607d..1abb6c217fc 100644
--- a/distrib/amd64/common/install.md
+++ b/distrib/amd64/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.57 2022/11/14 14:04:25 deraadt Exp $
+# $OpenBSD: install.md,v 1.58 2023/02/06 08:41:00 kn Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -122,7 +122,7 @@ __EOT
disk_has $_disk mbr openbsd && return
echo -n "No OpenBSD partition in MBR,"
fi
- echo "try again." ;;
+ echo " try again." ;;
[oO]*)
[[ $_d == OpenBSD ]] || continue
if [[ $_disk == $ROOTDISK ]] && disk_has $_disk gpt &&