Searched refs:postrun_query_job (Results 1 - 1 of 1) sorted by relevance

/solaris-desktop/ext-sources/
H A Dpostrun-query84 postrun_query_job=
105 postrun_query_job="$1"
142 if [ "x$postrun_query_job" != x ]; then
143 test -f $SPOOLDIR/$postrun_query_job.ctrl && \
144 job_details="`cat $SPOOLDIR/$postrun_query_job.ctrl`" && \
145 job_commands="`cat $SPOOLDIR/$postrun_query_job.cmd`" || {
146 echo "postrun-query: job $postrun_query_job not found"
149 echo Job $postrun_query_job

Completed in 6 milliseconds