projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c52b346
)
Fix typo in normalize_emerge_opts(). Bug #259526
author
fuzzyray
<fuzzyray@gentoo.org>
Wed, 18 Feb 2009 22:05:44 +0000
(22:05 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Wed, 18 Feb 2009 22:05:44 +0000
(22:05 -0000)
svn path=/; revision=547
trunk/src/revdep-rebuild/revdep-rebuild
patch
|
blob
|
history
diff --git
a/trunk/src/revdep-rebuild/revdep-rebuild
b/trunk/src/revdep-rebuild/revdep-rebuild
index 337564c9e4e5871e340f180cb39045cf8838b5b1..4e1df16e10cc7a2522f4f7a6b0a56b6ebf8812c8 100755
(executable)
--- 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