diff options
-rw-r--r-- | perl-install/standalone/drakedm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index be21c2145..16a83061b 100644 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -47,7 +47,7 @@ if (!$dm) { } my @raw_list = sort keys %dm; -my @list = $::expert ? @raw_list : (grep { -e $dm{$_}->[1] } @raw_list) or @raw_list; +my @list = $::expert ? @raw_list : (grep { -e $dm{$_}->[1] } @raw_list); start: if ($in->ask_from(N("Choosing a display manager"), |