projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1093187
)
wow, removed wrong directory junk from psfind.
author
Chris Koeritz
<fred@gruntose.com>
Fri, 26 Sep 2014 17:54:12 +0000
(13:54 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 26 Sep 2014 17:54:12 +0000
(13:54 -0400)
scripts/core/functions.sh
patch
|
blob
|
history
diff --git
a/scripts/core/functions.sh
b/scripts/core/functions.sh
index ab883d9d6e6bce61ced2ffb806a2d352595262e3..3024f8200ece981d94c4eb1fd52eaeab8400d18d 100644
(file)
--- a/
scripts/core/functions.sh
+++ b/
scripts/core/functions.sh
@@
-77,7
+77,6
@@
if [ -z "$skip_all" ]; then
# locates a process given a search pattern to match in the process list.
function psfind() {
local -a patterns=("${@}")
- mkdir $TEST_TEMP/grid_logs &>/dev/null
local PID_DUMP="$(mktemp "$TMP/zz_pidlist.XXXXXX")"
local -a PIDS_SOUGHT
if [ "$OS" == "Windows_NT" ]; then