fix this warnning : grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
This commit is contained in:
修昊 2014-12-10 14:51:29 +08:00
commit 8173276760

View file

@ -20,5 +20,6 @@ elif grep-flag-available --exclude=.cvs; then
fi
unfunction grep-flag-available
export GREP_OPTIONS="$GREP_OPTIONS"
# export GREP_OPTIONS="$GREP_OPTIONS"
alias grep="grep $GREPOPTIONS"
export GREP_COLOR='1;32'