1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 15:15:25 +02:00

[releng] Fix tmpdir generation for make_signed.sh

This commit is contained in:
Martin Oberhuber 2010-05-31 16:35:42 +00:00
parent eb411f1dd2
commit b6b4f324bb

View file

@ -56,6 +56,13 @@ fi
export PATH=/shared/dsdp/tm/ibm-java2-ppc64-50/jre/bin:/shared/dsdp/tm/ibm-java2-ppc64-50/bin:$PATH
#export PATH=${HOME}/ws2/IBMJava2-ppc-142/bin:$PATH
if [ ! -d ${tmpdir} ]; then
mkdir -p ${tmpdir}
if [ ! -d {tmpdir} ]; then
echo "ERROR: could not create tmpdir in ${tmpdir}"
exit 1
fi
fi
OUTPUT=${tmpdir}/output.$$
RESULT=${tmpdir}/result.$$
TMPD=${tmpdir}/tmp.$$