Skip to content

Commit

Permalink
Un-silence one too many greps.
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Feb 29, 2012
1 parent 8c33702 commit cccb0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cccb0fb

Please sign in to comment.