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:
parent
03c23e3eb2
commit
5a783a16c4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue