Revert "pgrep -x -f is to restrictive -> impossible to guess/match"

It's not, regexp are your friends :-)

This reverts commit d7623fcf21.
This commit is contained in:
Nico Schottelius 2011-11-15 09:21:07 +01:00
parent 5efb921980
commit 7d10560a61
1 changed files with 1 additions and 1 deletions

View File

@ -27,4 +27,4 @@ else
name="$__object_id"
fi
pgrep -x "$name" || true
pgrep -x -f "$name" || true