summaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2008-02-18 18:09:37 +0000
committerfuzzyray <fuzzyray@gentoo.org>2008-02-18 18:09:37 +0000
commit3070fa53115461e7398b3cffd49e8146f3ab1dd6 (patch)
treeb78cfe85ebe9c0a95f372a8cb9a91b830a374f10 /trunk
parentc727648a04005123579911e3cddd3b9371d34dc2 (diff)
downloadgentoolkit-3070fa53115461e7398b3cffd49e8146f3ab1dd6.tar.gz
unset GREP_OPTIONS to prevent problems with grep. (Bug 189257)
svn path=/; revision=464
Diffstat (limited to 'trunk')
-rwxr-xr-xtrunk/src/revdep-rebuild/revdep-rebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild
index 7b0033d..0324d5e 100755
--- 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