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

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

This reverts commit d7623fcf21.
remotes/origin/feature_files_export
Nico Schottelius 14 years ago
parent 5efb921980
commit 7d10560a61
  1. 2
      conf/type/__process/explorer/runs

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

Loading…
Cancel
Save