diff options
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/select.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/urpm/select.pm b/urpm/select.pm index d2ccca46..7f234925 100644 --- a/urpm/select.pm +++ b/urpm/select.pm @@ -526,10 +526,8 @@ sub translate_why_removed_one { } @$whyv); } elsif ($whyk =~ /conflicts/) { N("due to conflicts with %s", $whyv); - } elsif ($whyk) { - $whyk; } else { - undef; + $whyk; } }; #- now insert the reason if available. |