Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/x68k/floppies/ramdisk.sysinst Correct typo.



details:   https://anonhg.NetBSD.org/src/rev/a3d34f4671a9
branches:  trunk
changeset: 507826:a3d34f4671a9
user:      minoura <minoura%NetBSD.org@localhost>
date:      Sun Apr 01 13:09:37 2001 +0000

description:
Correct typo.

diffstat:

 distrib/x68k/floppies/ramdisk.sysinst/dot.profile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c7d1a18e9716 -r a3d34f4671a9 distrib/x68k/floppies/ramdisk.sysinst/dot.profile
--- a/distrib/x68k/floppies/ramdisk.sysinst/dot.profile Sun Apr 01 10:42:34 2001 +0000
+++ b/distrib/x68k/floppies/ramdisk.sysinst/dot.profile Sun Apr 01 13:09:37 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.7 2000/11/28 03:03:29 minoura Exp $
+# $NetBSD: dot.profile,v 1.8 2001/04/01 13:09:37 minoura Exp $
 #
 # Copyright (c) 1997 Perry E. Metzger
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -59,7 +59,7 @@
 
        # mount the miniroot read write
        # our miniroot can be either on ramdisk or on floppy.
-       for $ROOTDEV in $ROOTDEVS; do
+       for ROOTDEV in $ROOTDEVS; do
                ( mount -u $ROOTDEV / > /dev/null 2>&1 ) && break
        done
 



Home | Main Index | Thread Index | Old Index