projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c727648
)
unset GREP_OPTIONS to prevent problems with grep. (Bug 189257)
author
fuzzyray
<fuzzyray@gentoo.org>
Mon, 18 Feb 2008 18:09:37 +0000
(18:09 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Mon, 18 Feb 2008 18:09:37 +0000
(18:09 -0000)
svn path=/; revision=464
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 7b0033df27c01860a39fbf83fad3b03f6e2f9ccd..0324d5e729543948e70cb2a81208a559ada6bf41 100755
(executable)
--- a/
trunk/src/revdep-rebuild/revdep-rebuild
+++ b/
trunk/src/revdep-rebuild/revdep-rebuild
@@
-13,6
+13,9
@@
##
# Global Variables:
+# Must-be-blank variables:
+unset GREP_OPTIONS
+
# Readonly variables:
declare -r APP_NAME="${0##*/}" # The name of this application
declare -r OIFS="$IFS" # Save the IFS