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

/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dcommon.ksh909 typeset tmpfile1 tmpfile2
912 tmpfile2=$(mktemp -t zoneadm_image_attach.$$.XXXXXX) || \
916 "${cmd[@]}" > $tmpfile2 || fatal "$f_list" "${zone.root}"
917 nawk '{print $1}' $tmpfile2 > $tmpfile1 || fatal "$f_list"
918 rm -f "$tmpfile2"

Completed in 21 milliseconds