diff options
Diffstat (limited to 'urpme')
-rw-r--r-- | urpme | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ my $state = {}; $verbose or $urpm->{log} = sub {}; #- just configure parallel mode if available. -$parallel and $urpm->configure(synthesis => 'none', +$parallel and $urpm->configure(synthesis => ($parallel and 'none'), root => $root, parallel => $parallel, ); |