From 663f63199bf2c2216952a675f411237a29f7f661 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 13 Dec 2002 10:35:31 +0000 Subject: 4.1-16mdk --- urpm/parallel_ka_run.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/parallel_ka_run.pm') diff --git a/urpm/parallel_ka_run.pm b/urpm/parallel_ka_run.pm index 1ce539d9..7fac99b6 100644 --- a/urpm/parallel_ka_run.pm +++ b/urpm/parallel_ka_run.pm @@ -136,7 +136,7 @@ sub parallel_install { $urpm->{error}(_("Installation is possible")); 1; } else { - my $line = $parallel->{line} . ($options{excludepath} && " --excludepath '$options{excludepath}'"); + my $line = $parallel->{line} . ($options{excludepath} ? " --excludepath '$options{excludepath}'" : ""); #- continue installation. $urpm->{log}("parallel_ka_run: rshp $parallel->{options} -- urpmi --no-locales --no-verify-rpm --auto --synthesis $parallel->{synthesis} $line"); system("rshp $parallel->{options} -- urpmi --no-locales --no-verify-rpm --auto --synthesis $parallel->{synthesis} $line") == 0; -- cgit v1.2.1