From 35a6fd360668a3c7265be80f786ae3dba59c7632 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 19 Mar 2008 10:47:44 +0000 Subject: add missing space --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 0422279c5..5eb8a2a36 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -597,7 +597,7 @@ You can create additional entries or change the existing ones."), [ { sub get_autologin() { my %desktop = getVarsFromSh("$::prefix/etc/sysconfig/desktop"); - my $gdm_file= "$::prefix/etc/X11/gdm/custom.conf"; + my $gdm_file = "$::prefix/etc/X11/gdm/custom.conf"; my $kdm_file = "$::prefix/etc/kde/kdm/kdmrc"; my $desktop = $desktop{DESKTOP} || (! -e $kdm_file && -e $gdm_file ? 'GNOME' : 'KDE'); my $autologin = do { -- cgit v1.2.1