Un-silence one too many greps.

This commit is contained in:
Graydon Hoare
2012-02-28 21:02:12 -08:00
parent 8c337026b5
commit cccb0fbf72
Vendored
+1 -1
View File
@@ -390,7 +390,7 @@ fi
if [ ! -z "$CFG_PERF" ]
then
HAVE_PERF_LOGFD=`$CFG_PERF stat --log-fd 2>&1 | grep -q 'unknown option'`
HAVE_PERF_LOGFD=`$CFG_PERF stat --log-fd 2>&1 | grep 'unknown option'`
if [ -z "$HAVE_PERF_LOGFD" ];
then
CFG_PERF_WITH_LOGFD=1