From 1a97219360e0a8ffab8eed6662197528d14ffb6d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 15 Jun 2015 16:47:18 +1200 Subject: Reset GREP_OPTIONS before building it --- sh/profile.d/grep.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'sh') diff --git a/sh/profile.d/grep.sh b/sh/profile.d/grep.sh index e83d6268..c722f9fb 100644 --- a/sh/profile.d/grep.sh +++ b/sh/profile.d/grep.sh @@ -11,6 +11,7 @@ esac # Use GREP_OPTIONS to add some useful --exclude and --exclude-dir options to # grep(1) calls if applicable +GREP_OPTIONS= case $grep_help in *--exclude*) for exclude in .gitignore .gitmodules ; do -- cgit v1.2.3