From 9b7480f9412c0e2c39be72ea356b28ebe6a33d20 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 26 Feb 2003 16:07:32 +0000 Subject: untabify --- 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 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; } -- cgit v1.2.1