summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakedm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-02-18 17:01:39 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-02-18 17:01:39 +0000
commiteac324b2adc1b3c8e716a83d2206abc2ae3e4ed0 (patch)
treea257bc4ffe954ec3ea539e550358f69662f5276d /perl-install/standalone/drakedm
parent029ae6d00b228296ec581b7bdfc6d49ab379393e (diff)
downloaddrakx-eac324b2adc1b3c8e716a83d2206abc2ae3e4ed0.tar
drakx-eac324b2adc1b3c8e716a83d2206abc2ae3e4ed0.tar.gz
drakx-eac324b2adc1b3c8e716a83d2206abc2ae3e4ed0.tar.bz2
drakx-eac324b2adc1b3c8e716a83d2206abc2ae3e4ed0.tar.xz
drakx-eac324b2adc1b3c8e716a83d2206abc2ae3e4ed0.zip
pixelize
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 2a76e31ef..43e665a91 100644
--- a/perl-install/standalone/drakedm
+++ b/perl-install/standalone/drakedm
@@ -51,7 +51,7 @@ several different X sessions on your local machine at the same time.")),
$new_dm = { reverse %dm }->{$new_dm};
substInFile {
s/^(DISPLAYMANAGER)=.*(\n|)//;
- print "\nDISPLAYMANAGER=$new_dm" if eof;
+ $_ .= "\nDISPLAYMANAGER=$new_dm" if eof;
} $cfg_file;
}