diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-02-28 21:02:12 -0800 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-02-28 22:39:46 -0800 |
| commit | cccb0fbf72389758d6a2880ebd613a53bbf59bf1 (patch) | |
| tree | 8a627accbc5d447e3a8d5dcfd2b8a9dfed788cc5 | |
| parent | 8c337026b5880dd91b44787e678feadae8309938 (diff) | |
| download | rust-cccb0fbf72389758d6a2880ebd613a53bbf59bf1.tar.gz rust-cccb0fbf72389758d6a2880ebd613a53bbf59bf1.zip | |
Un-silence one too many greps.
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index f6587cef3f8..f642752f9ce 100755 --- a/configure +++ b/configure @@ -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 |
