Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191343
b: refs/heads/master
c: e61a639
h: refs/heads/master
i:
  191341: 898e4fc
  191339: 1d7411d
  191335: 39e80bf
  191327: cfb369d
v: v3
  • Loading branch information
Tom Zanussi authored and Arnaldo Carvalho de Melo committed May 10, 2010
1 parent 91d6a9c commit 24e299f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 79e653f1bf2e52d12a952366e782dadf590b9d1d
refs/heads/master: e61a639a794063d78fd248a37ce2c21d5c81fc19
2 changes: 1 addition & 1 deletion trunk/tools/perf/scripts/python/bin/syscall-counts-report
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24e299f

Please sign in to comment.