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

[releng] fix make_signed.sh

This commit is contained in:
Martin Oberhuber 2010-06-04 19:38:54 +00:00
parent 03c23e3eb2
commit 5a783a16c4

View file

@ -58,7 +58,7 @@ export PATH=/shared/dsdp/tm/ibm-java2-ppc64-50/jre/bin:/shared/dsdp/tm/ibm-java2
if [ ! -d ${tmpdir} ]; then
mkdir -p ${tmpdir}
if [ ! -d {tmpdir} ]; then
if [ ! -d ${tmpdir} ]; then
echo "ERROR: could not create tmpdir in ${tmpdir}"
exit 1
fi