wow, removed wrong directory junk from psfind.
authorChris Koeritz <fred@gruntose.com>
Fri, 26 Sep 2014 17:54:12 +0000 (13:54 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 26 Sep 2014 17:54:12 +0000 (13:54 -0400)
scripts/core/functions.sh

index ab883d9d6e6bce61ced2ffb806a2d352595262e3..3024f8200ece981d94c4eb1fd52eaeab8400d18d 100644 (file)
@@ -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