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:
parent
fe1d451fe9
commit
019ca32721
@ -191,7 +191,7 @@ fi
|
|||||||
if [ -f "${CLOG}" ]; then
|
if [ -f "${CLOG}" ]; then
|
||||||
set +e
|
set +e
|
||||||
# lines, perl regex, leading tabs
|
# 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="$?"
|
RET_GREP="$?"
|
||||||
case ${RET_GREP} in
|
case ${RET_GREP} in
|
||||||
0) # found
|
0) # found
|
||||||
|
Loading…
Reference in New Issue
Block a user