summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakedm
diff options
context:
space:
mode:
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 32d4e03de..5cfdd1948 100644
--- a/perl-install/standalone/drakedm
+++ b/perl-install/standalone/drakedm
@@ -50,7 +50,7 @@ several different X sessions on your local machine at the same time.")),
$new_dm = { reverse %dm }->{$new_dm};
substInFile {
s/^(DISPLAYMANAGER)=.*(\n|)//;
- s/^\n//g;
+ s/^\n//g;
$_ .= "\nDISPLAYMANAGER=$new_dm\n" if eof;
} $cfg_file;
}