Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191342
b: refs/heads/master
c: 79e653f
h: refs/heads/master
v: v3
  • Loading branch information
Tom Zanussi authored and Arnaldo Carvalho de Melo committed May 10, 2010
1 parent 898e4fc commit 91d6a9c
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: a4ab0c12975d1286b2696370f5e0576450609bf0
refs/heads/master: 79e653f1bf2e52d12a952366e782dadf590b9d1d
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# description: system-wide syscall counts, by pid
# 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 91d6a9c

Please sign in to comment.