From ac55331a1aa5deb34db50d78439fbec7a9cb05bc Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Wed, 18 Feb 2009 22:05:44 +0000 Subject: [PATCH] Fix typo in normalize_emerge_opts(). Bug #259526 svn path=/; revision=547 --- trunk/src/revdep-rebuild/revdep-rebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild index 337564c..4e1df16 100755 --- a/trunk/src/revdep-rebuild/revdep-rebuild +++ b/trunk/src/revdep-rebuild/revdep-rebuild @@ -266,7 +266,7 @@ normalize_emerge_opts() { # Normalize some EMERGE_OPTIONS EMERGE_OPTIONS=(${EMERGE_OPTIONS[@]/%-p/--pretend}) EMERGE_OPTIONS=(${EMERGE_OPTIONS[@]/%-f/--fetchonly}) - EMERGE_OPTIONS=(${EMERGE_OPTIONS[@]/%-f/--verbose}) + EMERGE_OPTIONS=(${EMERGE_OPTIONS[@]/%-v/--verbose}) } ## # Use the color preference from portage -- 2.26.2