diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-26 16:07:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-26 16:07:32 +0000 |
commit | 9b7480f9412c0e2c39be72ea356b28ebe6a33d20 (patch) | |
tree | afaa35786e6183dd3589dbf3d60abfa35c16b30c | |
parent | 85ead7b28131fbec7f34cf8def728b5433378893 (diff) | |
download | drakx-backup-do-not-use-9b7480f9412c0e2c39be72ea356b28ebe6a33d20.tar drakx-backup-do-not-use-9b7480f9412c0e2c39be72ea356b28ebe6a33d20.tar.gz drakx-backup-do-not-use-9b7480f9412c0e2c39be72ea356b28ebe6a33d20.tar.bz2 drakx-backup-do-not-use-9b7480f9412c0e2c39be72ea356b28ebe6a33d20.tar.xz drakx-backup-do-not-use-9b7480f9412c0e2c39be72ea356b28ebe6a33d20.zip |
untabify
-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; } |