Missing ;;.

This commit is contained in:
minoura 2000-07-04 14:07:43 +00:00
parent 3214045e75
commit a5b1f99a17
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# requires /bin/sh /bin/dd (x_dd) /bin/mkdir /bin/rm /bin/test
# /sbin/disklabel
#
# $NetBSD: installboot.sh,v 1.3 2000/06/18 10:33:20 minoura Exp $
# $NetBSD: installboot.sh,v 1.4 2000/07/04 14:07:43 minoura Exp $
#
#
# originally from:
@ -72,6 +72,7 @@ if test -c "$rootdev"; then
/dev/rfd??) # floppies---check disklabel later
echo "$rootdev: floppies are not supported!"
exit 1
;;
/dev/r*[a-h]) # SCSI disks
$verbose && echo "checking partition type..."
rawdev="`echo \"$rootdev\" | sed 's/.$/'$rawpart'/'`"