From 94830d866e6ac18f902c57d3612bc95506cf93e0 Mon Sep 17 00:00:00 2001 From: lukem Date: Thu, 10 Jul 2003 10:36:03 +0000 Subject: [PATCH] revert previous accidental commit (just whitespace tyop in this case) --- distrib/common/sunbootcd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/common/sunbootcd.sh b/distrib/common/sunbootcd.sh index 06f2c3e5da76..c7d90c6fcead 100755 --- a/distrib/common/sunbootcd.sh +++ b/distrib/common/sunbootcd.sh @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: sunbootcd.sh,v 1.2 2003/07/10 10:34:05 lukem Exp $ +# $NetBSD: sunbootcd.sh,v 1.3 2003/07/10 10:36:03 lukem Exp $ # # Copyright (c) 2003 The NetBSD Foundation, Inc. # All rights reserved. @@ -37,7 +37,7 @@ # POSSIBILITY OF SUCH DAMAGE. # -: ${SUNLABEL:=sunlabel} # sunlabel(8) +: ${SUNLABEL:=sunlabel} # sunlabel(8) : ${CYLSIZE:=640} # Cylinder size, in 512byte blocks PROGNAME=${0##*/}