From 3070fa53115461e7398b3cffd49e8146f3ab1dd6 Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Mon, 18 Feb 2008 18:09:37 +0000 Subject: [PATCH] unset GREP_OPTIONS to prevent problems with grep. (Bug 189257) svn path=/; revision=464 --- trunk/src/revdep-rebuild/revdep-rebuild | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.26.2