From eac324b2adc1b3c8e716a83d2206abc2ae3e4ed0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 18 Feb 2003 17:01:39 +0000 Subject: pixelize --- perl-install/standalone/drakedm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakedm') 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; } -- cgit v1.2.1