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

Fix access permissions in batch_sign.sh

This commit is contained in:
Martin Oberhuber 2006-11-13 10:26:07 +00:00
parent 96fbc844ca
commit 84bbefdf81

View file

@ -67,6 +67,7 @@ while [ "$MISSING" != "" -a ${TRIES} -gt 0 ]; do
if [ -f ${STDIR}/out/$x ]; then if [ -f ${STDIR}/out/$x ]; then
echo "Done: TRIES=${TRIES}, $x" echo "Done: TRIES=${TRIES}, $x"
sg dsdp-tm-rse -c "cp -f ${STDIR}/out/$x ${RDIR}/signed/$x" sg dsdp-tm-rse -c "cp -f ${STDIR}/out/$x ${RDIR}/signed/$x"
sg dsdp-tm-rse -c "chmod ugo+r ${RDIR}/signed/$x"
else else
MISSING_NEW="${MISSING_NEW} $x" MISSING_NEW="${MISSING_NEW} $x"
fi fi