aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/perl/bin/failed-syscalls-report
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/perl/bin/failed-syscalls-report')
-rw-r--r--tools/perf/scripts/perl/bin/failed-syscalls-report2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/perl/bin/failed-syscalls-report b/tools/perf/scripts/perl/bin/failed-syscalls-report
index f6346082a8fc..e3a5e55d54ff 100644
--- a/tools/perf/scripts/perl/bin/failed-syscalls-report
+++ b/tools/perf/scripts/perl/bin/failed-syscalls-report
@@ -2,7 +2,7 @@
2# description: system-wide failed syscalls 2# description: system-wide failed syscalls
3# args: [comm] 3# args: [comm]
4if [ $# -gt 0 ] ; then 4if [ $# -gt 0 ] ; then
5 if ! expr match "$1" "-" ; then 5 if ! expr match "$1" "-" > /dev/null ; then
6 comm=$1 6 comm=$1
7 shift 7 shift
8 fi 8 fi