Searched refs:PIDLIST (Results 1 – 1 of 1) sorted by relevance
848 local PIDLIST="$(pid $1)"849 if [[ $PIDLIST =~ ^[0-9]+$ ]] ; then850 local PID="$PIDLIST"851 elif [ "$PIDLIST" ] ; then