From 6c65aff2ab2409193d1d6fc5eded0f62b7d376b0 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 5 Feb 2001 16:57:19 +0000 Subject: removed abusive white char. --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index f6799bcec..e2089b2aa 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -419,7 +419,7 @@ sub install_urpmi { close FILES or log::l("parsehdlist failed"), return; close LIST; - $name =~ s/(\s)/\\$1 /g; $dir =~ s/(\s)/\\$1/g; #- necessary to change protect white char, for urpmi >= 1.40 + $name =~ s/(\s)/\\$1/g; $dir =~ s/(\s)/\\$1/g; #- necessary to change protect white char, for urpmi >= 1.40 $dir .= " with ../base/$_->{hdlist}" if $method =~ /ftp|http/; "$name $dir\n"; } values %$mediums; -- cgit v1.2.1