diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-02-18 22:05:44 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-02-18 22:05:44 +0000 |
| commit | ac55331a1aa5deb34db50d78439fbec7a9cb05bc (patch) | |
| tree | 4439a0b67e29316a97f121a832e6daacfa63646a | |
| parent | c52b34647b8092454d0ea974ab52f45dda246d61 (diff) | |
| download | gentoolkit-ac55331a1aa5deb34db50d78439fbec7a9cb05bc.tar.gz | |
Fix typo in normalize_emerge_opts(). Bug #259526
svn path=/; revision=547
| -rwxr-xr-x | trunk/src/revdep-rebuild/revdep-rebuild | 2 |
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 |
