Fix typo in normalize_emerge_opts(). Bug #259526
authorfuzzyray <fuzzyray@gentoo.org>
Wed, 18 Feb 2009 22:05:44 +0000 (22:05 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Wed, 18 Feb 2009 22:05:44 +0000 (22:05 -0000)
svn path=/; revision=547

trunk/src/revdep-rebuild/revdep-rebuild

index 337564c9e4e5871e340f180cb39045cf8838b5b1..4e1df16e10cc7a2522f4f7a6b0a56b6ebf8812c8 100755 (executable)
@@ -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