added parameters for linux grep

This commit is contained in:
sonmi%netscape.com 2001-04-13 21:42:18 +00:00
Родитель aa2b2e9685
Коммит 62924332a5
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -36,6 +36,8 @@ fi
MANPATH=/usr/share/man:/usr/openwin/man:/usr/local/man
RMAIL=rmail
BEFORE_CONTEXT_GREP=""
AFTER_CONTEXT_GREP=""
export CVSROOT HOME os_name os_version os_full MANPATH
@ -70,6 +72,11 @@ elif [ $os_name = "Linux" ]
then
PATH=/lib:/usr/lib:/bin:/sbin:/usr/bin:/usr/sbin:$PATH
RMAIL=sendmail
#the gnu grep, on Linux can output 10 lines above and 3 lines below
#the errormessage
BEFORE_CONTEXT_GREP="--before-context=10"
AFTER_CONTEXT_GREP="--after-context=3"
elif [ $os_name = "AIX" ]
then
PATH=$PATH:/tools/contrib/bin:/usr/local/bin