From 019ca32721e77bdf54d20074021ac79ff5f5e8ac Mon Sep 17 00:00:00 2001 From: George Danchev Date: Sun, 17 Jul 2011 16:51:22 +0000 Subject: [PATCH] drop -T option passed to grep, as it seems reletively new and not supported by the previous versions still in use --- releng/run_all_releng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releng/run_all_releng b/releng/run_all_releng index c81f8f04..1813e986 100755 --- a/releng/run_all_releng +++ b/releng/run_all_releng @@ -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