summaryrefslogtreecommitdiffstats
path: root/urpmf
diff options
context:
space:
mode:
Diffstat (limited to 'urpmf')
-rwxr-xr-xurpmf3
1 files changed, 2 insertions, 1 deletions
diff --git a/urpmf b/urpmf
index 185fe6f2..c0777aee 100755
--- a/urpmf
+++ b/urpmf
@@ -108,8 +108,9 @@ foreach (qw(group size epoch summary description provides requires files conflic
$params{$_} and $callback .= 'foreach my $e ($pkg->'.$_.') { local $_ = $pkg->'.$full.'name."'.(!$quiet && ":$_").':$e"; '.$expr.' or next; print "$_\n" }';
}
$callback .= ' 1; }';
+$urpm->{log}(_("callback is :\n%s\n", $callback));
$callback = eval $callback;
-$@ and die;
+$@ and usage;
$urpm->configure(nocheck_access => 1,
media => $media,