From: fuzzyray Date: Wed, 18 Feb 2009 22:05:44 +0000 (-0000) Subject: Fix typo in normalize_emerge_opts(). Bug #259526 X-Git-Tag: gentoolkit-0.2.4.3^2~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ac55331a1aa5deb34db50d78439fbec7a9cb05bc;p=gentoolkit.git Fix typo in normalize_emerge_opts(). Bug #259526 svn path=/; revision=547 --- 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