diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2014-08-15 09:45:55 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2014-08-15 09:45:55 +0000 |
commit | d456edce580bd9591cf21a5eafffe29178e3f3f6 (patch) | |
tree | cc944a0a12c57979de7b6891ed93c98deeb5a243 /distrib/sparc64 | |
parent | 2451a51eda745e0e792e23116c2710ee424a4257 (diff) |
Align install.md files with installer style.
- { foo ; bar ; } -> { foo; bar; }
- if foo ; then -> if foo; then
OK halex@
Diffstat (limited to 'distrib/sparc64')
-rw-r--r-- | distrib/sparc64/common/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc64/common/install.md b/distrib/sparc64/common/install.md index 5c7081988c9..0ff310a5fa5 100644 --- a/distrib/sparc64/common/install.md +++ b/distrib/sparc64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.40 2013/11/16 18:37:27 rpe Exp $ +# $OpenBSD: install.md,v 1.41 2014/08/15 09:45:54 rpe Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -38,7 +38,7 @@ MDXAPERTURE=1 MDXDM=y NCPU=$(sysctl -n hw.ncpufound) -((NCPU > 1)) && { DEFAULTSETS="bsd bsd.rd bsd.mp" ; SANESETS="bsd bsd.mp" ; } +((NCPU > 1)) && { DEFAULTSETS="bsd bsd.rd bsd.mp"; SANESETS="bsd bsd.mp"; } md_installboot() { # Use cat to avoid holes created by cp(1) |