summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakedm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-02-26 16:07:32 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-02-26 16:07:32 +0000
commit9b7480f9412c0e2c39be72ea356b28ebe6a33d20 (patch)
treeafaa35786e6183dd3589dbf3d60abfa35c16b30c /perl-install/standalone/drakedm
parent85ead7b28131fbec7f34cf8def728b5433378893 (diff)
downloaddrakx-9b7480f9412c0e2c39be72ea356b28ebe6a33d20.tar
drakx-9b7480f9412c0e2c39be72ea356b28ebe6a33d20.tar.gz
drakx-9b7480f9412c0e2c39be72ea356b28ebe6a33d20.tar.bz2
drakx-9b7480f9412c0e2c39be72ea356b28ebe6a33d20.tar.xz
drakx-9b7480f9412c0e2c39be72ea356b28ebe6a33d20.zip
untabify
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;
}