From 73939917e0733993c254205c4d3d8775f18eea05 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 26 Sep 2014 13:54:12 -0400 Subject: [PATCH] wow, removed wrong directory junk from psfind. --- scripts/core/functions.sh | 1 - 1 file changed, 1 deletion(-) 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 -- 2.34.1