Home | History | Annotate | Download | only in sets

Lines Matching refs:SCRATCH

88 # All temporary files will go in ${SCRATCH}, which will be deleted on
91 SCRATCH="$(${MKTEMP} -d "/var/tmp/${0##*/}.XXXXXX")"
92 if [ $? -ne 0 -o \! -d "${SCRATCH}" ]; then
93 echo >&2 "${prog}: Could not create scratch directory."
98 # cleanup() always deletes the SCRATCH directory, and might also
119 rm -rf "${SCRATCH}"
210 PLIST="${SCRATCH}/PLIST"
220 >"${PLIST}" 2>"${SCRATCH}/makeplist-errors"
221 if ${EGREP} -v '^DEBUG:' "${SCRATCH}/makeplist-errors"; then
226 cat >&2 "${SCRATCH}/makeplist-errors"
699 dblist="${SCRATCH}/dblist"
751 specfile_overhead="${SCRATCH}/spec_overhead"
752 specfile_payload="${SCRATCH}/spec_payload"
753 tarball_uncompressed="${SCRATCH}/tarball_uncompressed"
758 plusnames_first="${SCRATCH}/plusnames_first"
759 plusnames_rest="${SCRATCH}/plusnames_rest"
786 spec1="${SCRATCH}/spec1"
787 spec2="${SCRATCH}/spec2"
836 names1="${SCRATCH}/names1"
837 names2="${SCRATCH}/names2"
924 dblist="${SCRATCH}/dblist"