summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/localedrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/localedrake')
-rw-r--r--perl-install/standalone/localedrake4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/standalone/localedrake b/perl-install/standalone/localedrake
index 3409b2c58..280b4ae69 100644
--- a/perl-install/standalone/localedrake
+++ b/perl-install/standalone/localedrake
@@ -49,8 +49,10 @@ eval {
if ($@) {
if ($@ =~ /^one lang only/) {
select_country() or $in->exit(0);
- } else {
+ } elsif ($@ !~ /wizcancel/) {
die;
+ } else {
+ $in->exit(0);
}
}