aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-02-18 22:05:44 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-02-18 22:05:44 +0000
commitac55331a1aa5deb34db50d78439fbec7a9cb05bc (patch)
tree4439a0b67e29316a97f121a832e6daacfa63646a
parentFix 'Use of uninitialized value' error when processing modified ebuilds (diff)
downloadgentoolkit-ac55331a1aa5deb34db50d78439fbec7a9cb05bc.tar.gz
gentoolkit-ac55331a1aa5deb34db50d78439fbec7a9cb05bc.tar.bz2
gentoolkit-ac55331a1aa5deb34db50d78439fbec7a9cb05bc.zip
Fix typo in normalize_emerge_opts(). Bug #259526
svn path=/; revision=547
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild2
1 files changed, 1 insertions, 1 deletions
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