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

/solaris-desktop/ext-sources/
H A Dpostrun631 tmp_cmd_file=`postrun_mktemp /tmp/postrun.cmd.XXXX`
632 cat > $tmp_cmd_file
633 postrun_command_file=$tmp_cmd_file
666 # do not delete the tmp_cmd_file because it's the only copy of the
668 tmp_cmd_file=''
672 if [ "x$tmp_cmd_file" != x ]; then
673 rm -f $tmp_cmd_file

Completed in 10 milliseconds