drop -T option passed to grep, as it seems reletively new and not supported by the previous versions still in use

This commit is contained in:
George Danchev 2011-07-17 16:51:22 +00:00
parent f7df01fdcf
commit 787e9cf389
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ fi
if [ -f "${CLOG}" ]; then
set +e
# lines, perl regex, leading tabs
grep -n -PT "${LIST_KWD}" "${CLOG}" | tee -a ${CLOG}
grep -n -P "${LIST_KWD}" "${CLOG}" | tee -a ${CLOG}
RET_GREP="$?"
case ${RET_GREP} in
0) # found