From: Chris Koeritz Date: Fri, 26 Sep 2014 17:54:12 +0000 (-0400) Subject: wow, removed wrong directory junk from psfind. X-Git-Tag: 2.140.90~752 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=73939917e0733993c254205c4d3d8775f18eea05;p=feisty_meow.git wow, removed wrong directory junk from psfind. --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index ab883d9d..3024f820 100644 --- 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