summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/dist.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/dist.c')
-rw-r--r--release/sysinstall/dist.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index dc70a87..cfa651f 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -893,9 +893,11 @@ distExtractAll(dialogMenuItem *self)
dialog_clear_norefresh();
printSelected(buf, Dists, DistTable, &col);
dialog_clear_norefresh();
- msgConfirm("Couldn't extract the following distributions. This may\n"
- "be because they were not available on the installation\n"
- "media you've chosen:\n\n\t%s", buf);
+ if (col) {
+ msgConfirm("Couldn't extract the following distributions. This may\n"
+ "be because they were not available on the installation\n"
+ "media you've chosen:\n\n\t%s", buf);
+ }
}
restorescr(w);
return status;
OpenPOWER on IntegriCloud