From 7b11ba72e055836161f185a87521cc1d2c374413 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 13 Jan 2004 10:18:27 +0000 Subject: perl_checker sometimes wrongly complain --- perl-install/standalone/drakedm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakedm') diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index ab1710c4a..5f3d2957e 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) || @raw_list; +my @list = $::expert ? @raw_list : (grep { -e $dm{$_}->[1] } @raw_list) or @raw_list; start: if ($in->ask_from(N("Choosing a display manager"), -- cgit v1.2.1