GREP_OPTIONS: Cosmetic adjustment.
authorjkratoch <>
Mon, 30 Nov 2009 10:26:51 +0000 (10:26 +0000)
committerjkratoch <>
Mon, 30 Nov 2009 10:26:51 +0000 (10:26 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index d5a994b..09f59c4 100644 (file)
--- 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