From 24e299f8c6631d3a52a252828dd125e231bced79 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Sun, 9 May 2010 23:47:00 -0500 Subject: [PATCH] --- yaml --- r: 191343 b: refs/heads/master c: e61a639a794063d78fd248a37ce2c21d5c81fc19 h: refs/heads/master i: 191341: 898e4fc3f18aa8a87ca528917bf1f0fa0ed8429d 191339: 1d7411d0ef14c4fb3176fb60ae7e8bb13f0814d6 191335: 39e80bfa270f3ad40f694794c2fa77800bc47225 191327: cfb369db0c75108795910fc91d3af0ffc2edad99 v: v3 --- [refs] | 2 +- trunk/tools/perf/scripts/python/bin/syscall-counts-report | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 02d4c1bad6dc..deee784fefb3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 79e653f1bf2e52d12a952366e782dadf590b9d1d +refs/heads/master: e61a639a794063d78fd248a37ce2c21d5c81fc19 diff --git a/trunk/tools/perf/scripts/python/bin/syscall-counts-report b/trunk/tools/perf/scripts/python/bin/syscall-counts-report index 8c21552b3cdc..dc076b618796 100644 --- a/trunk/tools/perf/scripts/python/bin/syscall-counts-report +++ b/trunk/tools/perf/scripts/python/bin/syscall-counts-report @@ -2,7 +2,7 @@ # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then - if ! expr match "$1" "-" ; then + if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi