Skip to content

Commit

Permalink
sl/check-property.sh: performance issue on large trace files
Browse files Browse the repository at this point in the history
  • Loading branch information
peringer authored and kdudka committed Jan 10, 2017
1 parent 88d5db1 commit 18397cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sl/check-property.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ find_plug SL_PLUG sl Predator
match() {
line="$1"
shift
printf "%s" "$line" | grep -E "$@" >/dev/null
[[ $line =~ $@ ]]
return $?
}

Expand Down

0 comments on commit 18397cd

Please sign in to comment.