diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2008-02-18 18:09:37 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2008-02-18 18:09:37 +0000 |
| commit | 3070fa53115461e7398b3cffd49e8146f3ab1dd6 (patch) | |
| tree | b78cfe85ebe9c0a95f372a8cb9a91b830a374f10 /trunk | |
| parent | c727648a04005123579911e3cddd3b9371d34dc2 (diff) | |
| download | gentoolkit-3070fa53115461e7398b3cffd49e8146f3ab1dd6.tar.gz | |
unset GREP_OPTIONS to prevent problems with grep. (Bug 189257)
svn path=/; revision=464
Diffstat (limited to 'trunk')
| -rwxr-xr-x | trunk/src/revdep-rebuild/revdep-rebuild | 3 |
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 |
