Searched refs:PIDLIST (Results 1 – 1 of 1) sorted by relevance
1001 local PIDLIST="$(pid $1)"1002 if [[ $PIDLIST =~ ^[0-9]+$ ]] ; then1003 local PID="$PIDLIST"1004 elif [ "$PIDLIST" ] ; then