diff options
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/install.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/urpm/install.pm b/urpm/install.pm index f56ce6f9..a0e0cbbf 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -229,8 +229,7 @@ sub install { } } if ($trans->add($pkg, update => $update, - $options{excludepath} ? (excludepath => [ split /,/, $options{excludepath} ]) : () - )) { + $options{excludepath} ? (excludepath => [ split /,/, $options{excludepath} ]) : ())) { $urpm->{debug} and $urpm->{debug}( sprintf('trans: scheduling %s of %s (id=%d, file=%s)', $update ? 'update' : 'install', |