From: fuzzyray Date: Mon, 18 Feb 2008 18:09:37 +0000 (-0000) Subject: unset GREP_OPTIONS to prevent problems with grep. (Bug 189257) X-Git-Tag: gentoolkit-0.2.4.3~49 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3070fa53115461e7398b3cffd49e8146f3ab1dd6;p=gentoolkit.git unset GREP_OPTIONS to prevent problems with grep. (Bug 189257) svn path=/; revision=464 --- 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