diff options
author | Klemens Nanni <kn@cvs.openbsd.org> | 2023-02-06 08:41:01 +0000 |
---|---|---|
committer | Klemens Nanni <kn@cvs.openbsd.org> | 2023-02-06 08:41:01 +0000 |
commit | e72ee2c18daad8c849fc4b3ea95c2f9ae9b16f7e (patch) | |
tree | 6954c9acb77113445687ba990d51894811ff34ce /distrib/riscv64 | |
parent | 9d808a2cf47317a60b9bada503527a55f653d2e0 (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/riscv64')
-rw-r--r-- | distrib/riscv64/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/riscv64/ramdisk/install.md b/distrib/riscv64/ramdisk/install.md index ea1960b5fb0..8f315c34d11 100644 --- a/distrib/riscv64/ramdisk/install.md +++ b/distrib/riscv64/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.6 2022/02/06 11:29:18 visa Exp $ +# $OpenBSD: install.md,v 1.7 2023/02/06 08:41:00 kn Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -120,7 +120,7 @@ __EOT disk_has $_disk mbr openbsd && return echo -n "No OpenBSD partition in MBR," fi - echo "try again." ;; + echo " try again." ;; esac done } |