summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;