mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Un-silence one too many greps.
This commit is contained in:
parent
8c337026b5
commit
cccb0fbf72
2
configure
vendored
2
configure
vendored
@ -390,7 +390,7 @@ fi
|
|||||||
|
|
||||||
if [ ! -z "$CFG_PERF" ]
|
if [ ! -z "$CFG_PERF" ]
|
||||||
then
|
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" ];
|
if [ -z "$HAVE_PERF_LOGFD" ];
|
||||||
then
|
then
|
||||||
CFG_PERF_WITH_LOGFD=1
|
CFG_PERF_WITH_LOGFD=1
|
||||||
|
Loading…
Reference in New Issue
Block a user