aboutsummaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh')
-rw-r--r--sh/profile.d/grep.sh1
1 files changed, 1 insertions, 0 deletions
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