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
f7df01fdcf
commit
787e9cf389
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user