Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/amiga/miniroot pullup 1.10->1.11 (is)



details:   https://anonhg.NetBSD.org/src/rev/8d3974a10089
branches:  netbsd-1-4
changeset: 469180:8d3974a10089
user:      perry <perry%NetBSD.org@localhost>
date:      Fri Jul 02 18:08:33 1999 +0000

description:
pullup 1.10->1.11 (is)

diffstat:

 distrib/amiga/miniroot/install.md |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 1ce542ed35e4 -r 8d3974a10089 distrib/amiga/miniroot/install.md
--- a/distrib/amiga/miniroot/install.md Fri Jul 02 18:06:49 1999 +0000
+++ b/distrib/amiga/miniroot/install.md Fri Jul 02 18:08:33 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: install.md,v 1.9.2.1 1999/07/02 17:57:43 perry Exp $
+#      $NetBSD: install.md,v 1.9.2.2 1999/07/02 18:08:33 perry Exp $
 #
 #
 # Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -131,12 +131,13 @@
        echo "If you like, you can now examine the labels of your disks."
        echo ""
        echo -n "Available are "${_DKDEVS}". Look at which? [skip this step] "
-       while [ "X$resp" != X"done" ]; do
-               getresp "done"
+       getresp "done"
+       while [ "X$resp" != "Xdone" ]; do
                echo ""
                disklabel ${resp}
                echo ""
                echo -n "Available are "${_DKDEVS}". Look at which? [done] "
+               getresp "done"
        done
        cat << \__prep_disklabel_1
 



Home | Main Index | Thread Index | Old Index