diff options
Diffstat (limited to 'perl-install')
-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 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; |