From 39fd31c40d55effac570d84e914061f361e0830e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 13 May 2003 14:33:40 +0000 Subject: perl_checker fix --- perl-install/standalone/drakedm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index 76e4e53c0..f70c585d5 100644 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -56,7 +56,7 @@ several different X sessions on your local machine at the same time.")), ) ) { log::explanations("modified file $cfg_file"); - ! -x $dm{$dm}[1] && do { $in->do_pkgs->ensure_is_installed($dm{$dm}[2], $dm{$dm}[1]) or goto start }; + ! -x $dm{$dm}[1] and do { $in->do_pkgs->ensure_is_installed($dm{$dm}[2], $dm{$dm}[1]) or goto start }; substInFile { s/^(DISPLAYMANAGER)=.*(\n|)//; s/^\n//g; -- cgit v1.2.1