From a432355444edfc12434041eab3a7ec5d9f778706 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 5 Sep 2006 07:56:52 +0000 Subject: Don't show README.urpmi if the -q option is passed to urpmi --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 7ff090b0..1579e856 100644 --- a/urpm.pm +++ b/urpm.pm @@ -3072,7 +3072,7 @@ sub install { #- keep safe exit now (with destructor call). exit 0; } else { #- parent process - if (keys %readmes) { + if ($::verbose >= 0 && keys %readmes) { foreach (keys %readmes) { print "-" x 70, "\n", N("More information on package %s", $readmes{$_}), "\n"; my $fh; open $fh, '<', $_ and do { -- cgit v1.2.1