Skip to content

Commit b1e899e

Browse files
committed
---
yaml --- r: 14547 b: refs/heads/try c: 341f414 h: refs/heads/master i: 14545: 11b4fea 14543: 1d9fe27 v: v3
1 parent 5dd465f commit b1e899e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 1c14d36e72a9fe35470094fc52ef078f53f645df
5+
refs/heads/try: 341f41422098eb8f2ea0efa0ebc82e1f09f5f48b
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ if [ $CFG_OSTYPE = Darwin -a $CFG_CPUTYPE = i386 ]
198198
then
199199
# Darwin's `uname -s` lies and always returns i386. We have to use sysctl
200200
# instead.
201-
if sysctl hw.optional.x86_64 | grep ': 1'
201+
if sysctl hw.optional.x86_64 | grep -q ': 1'
202202
then
203203
CFG_CPUTYPE=x86_64
204204
fi
@@ -391,7 +391,7 @@ fi
391391

392392
if [ ! -z "$CFG_PERF" ]
393393
then
394-
HAVE_PERF_LOGFD=`$CFG_PERF stat --log-fd 2>&1 | grep 'unknown option'`
394+
HAVE_PERF_LOGFD=`$CFG_PERF stat --log-fd 2>&1 | grep -q 'unknown option'`
395395
if [ -z "$HAVE_PERF_LOGFD" ];
396396
then
397397
CFG_PERF_WITH_LOGFD=1

0 commit comments

Comments
 (0)