summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakedm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-05-13 14:33:40 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-05-13 14:33:40 +0000
commit39fd31c40d55effac570d84e914061f361e0830e (patch)
treedf9dbbfc5e1edae856bae1efdd5c829a4f84f96b /perl-install/standalone/drakedm
parent1d0ac9f06fedc7a204c20c9fbd465520746668d3 (diff)
downloaddrakx-backup-do-not-use-39fd31c40d55effac570d84e914061f361e0830e.tar
drakx-backup-do-not-use-39fd31c40d55effac570d84e914061f361e0830e.tar.gz
drakx-backup-do-not-use-39fd31c40d55effac570d84e914061f361e0830e.tar.bz2
drakx-backup-do-not-use-39fd31c40d55effac570d84e914061f361e0830e.tar.xz
drakx-backup-do-not-use-39fd31c40d55effac570d84e914061f361e0830e.zip
perl_checker fix
Diffstat (limited to 'perl-install/standalone/drakedm')
-rw-r--r--perl-install/standalone/drakedm2
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;