summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakedm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-02-06 15:00:46 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-02-06 15:00:46 +0000
commit38de9bca9dc4e765eaddcc0e13b6d379d1842d02 (patch)
tree2864fae1aeccf55ae7233850d08f8f83723e520a /perl-install/standalone/drakedm
parenta7058b5c7f2925ecfc9d5caa3a450bc6ab82e87f (diff)
downloaddrakx-38de9bca9dc4e765eaddcc0e13b6d379d1842d02.tar
drakx-38de9bca9dc4e765eaddcc0e13b6d379d1842d02.tar.gz
drakx-38de9bca9dc4e765eaddcc0e13b6d379d1842d02.tar.bz2
drakx-38de9bca9dc4e765eaddcc0e13b6d379d1842d02.tar.xz
drakx-38de9bca9dc4e765eaddcc0e13b6d379d1842d02.zip
perl_checker fix (yeah, i was faster than perl_checko!)
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 bf9feb815..e9b516de8 100644
--- a/perl-install/standalone/drakedm
+++ b/perl-install/standalone/drakedm
@@ -48,7 +48,7 @@ several different X sessions on your local machine at the same time.")),
)
) {
my $done = 0;
- $new_dm = { reverse %dm}->{$new_dm};
+ $new_dm = { reverse %dm }->{$new_dm};
substInFile {
$done ||= s/^(DISPLAYMANAGER)=.*/\1=$new_dm/;
print "\nDISPLAYMANAGER=$dm{$dm}" if eof && !$done;