BTS

Message4497

Author vasyapupkin.1986
Recipients bugs, vasyapupkin.1986
Date 2013-02-03.09:15:24
Content
Hello.

_grep --color=auto_ dont work with _egrep_
I fixed it with string:
(( $#grep_options > 0 )) && alias egrep='egrep 
'${grep_options:+"${grep_options[*]}"}

after that colors work normally with egrep.
Files
File name Uploaded
unnamed vasyapupkin.1986, 2013-02-03.09:15:24
History
Date User Action Args
2013-02-03 09:15:24vasyapupkin.1986setrecipients: + vasyapupkin.1986
2013-02-03 09:15:24vasyapupkin.1986linkissue1230 messages
2013-02-03 09:15:24vasyapupkin.1986create