From 7611a9aca1b9ed192dea795852641a46d81f656a Mon Sep 17 00:00:00 2001 From: jkratoch <> Date: Mon, 30 Nov 2009 10:26:51 +0000 Subject: [PATCH] GREP_OPTIONS: Cosmetic adjustment. --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index d5a994b..09f59c4 100644 --- a/.bashrc +++ b/.bashrc @@ -175,9 +175,9 @@ for file in $HOME/.bookmarks.html;do done export GREP_OPTIONS="--binary-files=without-match --directories=skip" if echo x|GREP_OPTIONS="--exclude=y" grep -q x 2>/dev/null;then - export GREP_OPTIONS="$GREP_OPTIONS --exclude=tags --exclude=TAGS --exclude=CVS --exclude=ChangeLog* --exclude=*.svn-base --exclude=*~" + export GREP_OPTIONS="$GREP_OPTIONS --exclude=tags --exclude=TAGS --exclude=ChangeLog* --exclude=*.svn-base --exclude=*~" # FIXME: grep(1) ignores subdirectories for --exclude. - #export GREP_OPTIONS="$GREP_OPTIONS --exclude=testsuite --exclude=.pc --exclude=.svn" + #export GREP_OPTIONS="$GREP_OPTIONS --exclude=testsuite --exclude=.pc --exclude=.svn --exclude=CVS --exclude=po" fi if [ -n "$PS1" ];then # set only in interactive sessions if [ ! -f /MOCK ];then -- 1.8.3.1