unset GREP_OPTIONS to prevent problems with grep. (Bug 189257)
authorfuzzyray <fuzzyray@gentoo.org>
Mon, 18 Feb 2008 18:09:37 +0000 (18:09 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Mon, 18 Feb 2008 18:09:37 +0000 (18:09 -0000)
svn path=/; revision=464

trunk/src/revdep-rebuild/revdep-rebuild

index 7b0033df27c01860a39fbf83fad3b03f6e2f9ccd..0324d5e729543948e70cb2a81208a559ada6bf41 100755 (executable)
@@ -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