projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ef1a3f
)
Unset EMERGE_DEFAULT_OPTS for all emerge calls
author
fuzzyray
<fuzzyray@gentoo.org>
Thu, 16 Feb 2006 22:44:20 +0000
(22:44 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Thu, 16 Feb 2006 22:44:20 +0000
(22:44 -0000)
svn path=/; revision=280
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 657e7ba6703e39131a9d1bd051afe945b18154c8..67760ab980458dabc95f0457312ecb23b419b917 100755
(executable)
--- a/
trunk/src/revdep-rebuild/revdep-rebuild
+++ b/
trunk/src/revdep-rebuild/revdep-rebuild
@@
-628,7
+628,7
@@
fi
# Run in background to correctly handle Ctrl-C
(
- emerge --oneshot $EMERGE_OPTIONS $REBUILD_LIST
+
EMERGE_DEFAULT_OPTS=""
emerge --oneshot $EMERGE_OPTIONS $REBUILD_LIST
echo $? >$LLIST.6_status
) &
wait