diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/drakedm | 2 |
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; } |