From 787e9cf3895fb6a65f331c4880241361752c45e4 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 --- libisoburn/trunk/releng/run_all_releng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisoburn/trunk/releng/run_all_releng b/libisoburn/trunk/releng/run_all_releng index c81f8f04..1813e986 100755 --- a/libisoburn/trunk/releng/run_all_releng +++ b/libisoburn/trunk/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