summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-10-09 16:26:12 +0000
committerOlivier Blin <oblin@mandriva.com>2009-10-09 16:26:12 +0000
commitcfc6afe6d714a0adf5fdc0d3009207c0383eee7d (patch)
tree910fdf7ba58d2419198e1ab93be3beac0819b57b /perl-install/any.pm
parent69ca8a627b7353fb64cf23833aedaceb414680fe (diff)
downloaddrakx-backup-do-not-use-cfc6afe6d714a0adf5fdc0d3009207c0383eee7d.tar
drakx-backup-do-not-use-cfc6afe6d714a0adf5fdc0d3009207c0383eee7d.tar.gz
drakx-backup-do-not-use-cfc6afe6d714a0adf5fdc0d3009207c0383eee7d.tar.bz2
drakx-backup-do-not-use-cfc6afe6d714a0adf5fdc0d3009207c0383eee7d.tar.xz
drakx-backup-do-not-use-cfc6afe6d714a0adf5fdc0d3009207c0383eee7d.zip
fix syntax error
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 98e3c0d56..feabbb7f0 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -654,7 +654,7 @@ sub get_autologin() {
my $dm =
lc($desktop{DISPLAYMANAGER}) ||
$desktop_to_dm{$desktop} ||
- basename(chomp_(run_program::rooted_get_stdout($::prefix, "/etc/X11/lookupdm"));
+ basename(chomp_(run_program::rooted_get_stdout($::prefix, "/etc/X11/lookupdm")));
$dm = $dm_canonical{$dm} if exists $dm_canonical{$dm};
my $autologin_user;