From 6c402648e8218f57f2f402c46dfeefe8c5541ecf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 6 Feb 2003 16:53:11 +0000 Subject: sanitize --- 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 e9b516de8..a84cac48e 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.")), my $done = 0; $new_dm = { reverse %dm }->{$new_dm}; substInFile { - $done ||= s/^(DISPLAYMANAGER)=.*/\1=$new_dm/; + $done ||= s/^(DISPLAYMANAGER)=.*/$1=$new_dm/; print "\nDISPLAYMANAGER=$dm{$dm}" if eof && !$done; } $cfg_file; } -- cgit v1.2.1