aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-01-17 14:05:37 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-01-17 14:05:37 +0000
commit79e6e0e3a2b401b12723b0c23fc088bf25c85d20 (patch)
tree69781237eb0df6fa97b2dc8103469301bb9c020c /release
parentae0fde8e1471df40d7a9b532e86327458b7a4f8e (diff)
Notes
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/install.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index ea3db2297d9a..245cdb5a056b 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -499,8 +499,11 @@ installNovice(dialogMenuItem *self)
dialog_clear_norefresh();
if (!dmenuOpenSimple(&MenuDistributions, FALSE))
return DITEM_FAILURE | DITEM_RESTORE;
-
- if (!Dists && msgYesNo("No distributions selected. Revisit the distributions menu?"))
+
+ if (Dists)
+ break;
+
+ if (msgYesNo("No distributions selected. Revisit the distributions menu?"))
return DITEM_FAILURE | DITEM_RESTORE;
}