summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index e6bc8a1de..c7fcb8bf4 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -728,7 +728,7 @@ sub summary_prompt {
foreach (@$l) {
my $val = $_->{val};
- ($_->{format}, $_->{val}) = (sub { $val->() || N("not configured") }, '');
+ ($_->{format}, $_->{val}) = (sub { $val && $val->() || N("not configured") }, '');
}
$o->ask_from_({